From: Paul Gortmaker Date: Thu, 26 May 2011 19:49:02 +0000 (-0400) Subject: acpi: remove module.h include from platform/aclinux.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=feede37ec34deafcbc17dd0862a77ecf8b873762;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git acpi: remove module.h include from platform/aclinux.h This file had an include of module.h which was probably added in relation to this line: #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); However, we really expect symbol exporters to grab export.h themselves, and since this is only a define, we can remove the module.h include without aclinux.h itself causing any compile issues. Signed-off-by: Paul Gortmaker --- diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index f72403c4b51a..f4b2effe0333 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -55,7 +55,6 @@ #include #include -#include #include #include #include