]> 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>
Thu, 11 Aug 2011 19:10:25 +0000 (15:10 -0400)
commitc90d429ab473d5ce66a1b7a7d075eb1b3ea350c8
treeb243a303902fe090e0d35132e171493c34b4f1ae
parent792ab7850d49bda9c6c3ecde193ee00881736cde
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