From: Paul Gortmaker Date: Wed, 26 Oct 2011 20:22:14 +0000 (-0400) Subject: acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL X-Git-Tag: v3.2-rc1~22^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=214f2c90b970e098e75cf719c0c5b0f1fe69b716;p=pandora-kernel.git acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL These files were relying on module.h to come in via the path in an include/acpi header file, but we don't want to have instances of module.h being included from include/* files if it can be avoided. Have the files include export.h instead. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed