From: Paul Gortmaker Date: Thu, 26 May 2011 19:49:02 +0000 (-0400) Subject: acpi: revector aclinux.h from module.h to export.h X-Git-Tag: next-20110812~2^2~186 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c90d429ab473d5ce66a1b7a7d075eb1b3ea350c8;p=karo-tx-linux.git acpi: revector aclinux.h from module.h to export.h This file was only including linux/module.h for the EXPORT_SYMBOL infrastructure, and nothing else. Revector it onto the isolated export header for faster compile times. Doing the above shows that the ACPI hwsleep module was not actually including , so add that in so that it will continue to build successfully. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/acpi/acpica/hwsleep.c b/drivers/acpi/acpica/hwsleep.c index 2ac28bbe8827..d52da3073650 100644 --- a/drivers/acpi/acpica/hwsleep.c +++ b/drivers/acpi/acpica/hwsleep.c @@ -46,6 +46,7 @@ #include "accommon.h" #include "actables.h" #include +#include #define _COMPONENT ACPI_HARDWARE ACPI_MODULE_NAME("hwsleep") diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index f72403c4b51a..827dbc172f66 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -55,7 +55,7 @@ #include #include -#include +#include #include #include #include