From: Lv Zheng Date: Fri, 6 Dec 2013 08:51:46 +0000 (+0800) Subject: ACPI: Clean up incorrect inclusion of an ACPICA header X-Git-Tag: v3.14-rc1~107^2~12^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe5e49cb5ac57f984a44287cf123fbbc712d7bec;p=kernel%2Fkernel-generic.git ACPI: Clean up incorrect inclusion of an ACPICA header Since drivers/acpi/nvs.c includes and is only compiled for CONFIG_ACPI set, it doesn't need to include directly, which is formally incorrect. Remove the inclusion from that file. Signed-off-by: Lv Zheng [rjw: Subject and changelog] Signed-off-by: Rafael J. Wysocki --- 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 */