]> git.karo-electronics.de Git - karo-tx-linux.git/commit
acpi: revector aclinux.h from module.h to export.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 19:49:02 +0000 (15:49 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 27 Jul 2011 23:09:08 +0000 (19:09 -0400)
commitda79f568dc2e06ec06a7a44dec12e9db2ef9f235
treeee7117717e48413d2994b9b3ac2f000b894e9b79
parentc2e1da6f6e6e0711c8551444b78ba6e1a977d51e
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 <linux/module.h>, so add that in so that
it will continue to build successfully.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/acpi/acpica/hwsleep.c
include/acpi/platform/aclinux.h