From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DD93C4332F for ; Thu, 7 Oct 2021 16:27:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D48261074 for ; Thu, 7 Oct 2021 16:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238404AbhJGQ3J (ORCPT ); Thu, 7 Oct 2021 12:29:09 -0400 Received: from mga04.intel.com ([192.55.52.120]:54385 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233610AbhJGQ3I (ORCPT ); Thu, 7 Oct 2021 12:29:08 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="225069076" X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="225069076" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 09:22:10 -0700 X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="590200956" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 09:22:05 -0700 Received: from andy by smile with local (Exim 4.95) (envelope-from ) id 1mYW9h-009aon-8L; Thu, 07 Oct 2021 19:22:01 +0300 Date: Thu, 7 Oct 2021 19:22:01 +0300 From: Andy Shevchenko To: Jonathan Cameron Cc: Brendan Higgins , Peter Zijlstra , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-media@vger.kernel.org, Ingo Molnar , Will Deacon , Waiman Long , Boqun Feng , Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab , Andrew Morton , Miguel Ojeda , linux@rasmusvillemoes.dk, Thorsten Leemhuis Subject: Re: [PATCH v4 4/7] list.h: Replace kernel.h with the necessary inclusions Message-ID: References: <20211007154407.29746-1-andriy.shevchenko@linux.intel.com> <20211007154407.29746-5-andriy.shevchenko@linux.intel.com> <20211007171635.2f161739@jic23-huawei> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 07, 2021 at 07:21:18PM +0300, Andy Shevchenko wrote: > On Thu, Oct 07, 2021 at 05:16:35PM +0100, Jonathan Cameron wrote: > > On Thu, 7 Oct 2021 18:44:04 +0300 > > Andy Shevchenko wrote: > > ... > > > Is there a reason you didn't quite sort this into alphabetical order? > > Glad you asked! Yes. Greg and possibly others will come and tell me that > I mustn't do two things in one change. Actually I have to avoid moving const.h. I will change this in v5. -- With Best Regards, Andy Shevchenko