acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 26 Oct 2011 20:22:14 +0000 (16:22 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:34 +0000 (19:30 -0400)
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 <paul.gortmaker@windriver.com>

No differences found