From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH 1/4] ACPICA: Linux: Cleanup wrong ACPICA inclusions. Date: Tue, 26 Nov 2013 00:54:48 +0100 Message-ID: <1917414.3HEB6fNOeG@vostro.rjw.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: Received: from v094114.home.net.pl ([79.96.170.134]:49346 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752741Ab3KYXmC (ORCPT ); Mon, 25 Nov 2013 18:42:02 -0500 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Lv Zheng Cc: "Rafael J. Wysocki" , Len Brown , Lv Zheng , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org On Saturday, November 23, 2013 07:27:27 AM Lv Zheng wrote: > From: Lv Zheng > > The header file is the top level header for other kernel > subsystems to include. It contains environemnt settings and architecture > specific implementation that should be included before including other > ACPICA headers in order to keep a consistent build environment for ACPICA > users. All following internal ACPICA header files thus should be included > from and not included by other kernel files: > > > > > > > > > : included by > > > : included by > : included by > : included by > > : included by > This patch cleans up inclusions of above files from non ACPICA source > files. > > Signed-off-by: Lv Zheng Applied with slightly modified subject/changelog. Thanks! > --- > drivers/acpi/nvs.c | 1 - > drivers/hwmon/asus_atk0110.c | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/drivers/acpi/nvs.c b/drivers/acpi/nvs.c > index 266bc58..386a9fe 100644 > --- a/drivers/acpi/nvs.c > +++ b/drivers/acpi/nvs.c > @@ -13,7 +13,6 @@ > #include > #include > #include > -#include > > /* ACPI NVS regions, APEI may use it */ > > diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk0110.c > index 1d7ff46..dafc63c 100644 > --- a/drivers/hwmon/asus_atk0110.c > +++ b/drivers/hwmon/asus_atk0110.c > @@ -18,7 +18,6 @@ > #include > > #include > -#include > #include > #include > > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.