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-Tag: v3.2-rc1~22^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feede37ec34deafcbc17dd0862a77ecf8b873762;p=pandora-kernel.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 --- Reading git-diff-tree failed