]> 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>
Sun, 31 Jul 2011 05:43:47 +0000 (01:43 -0400)
commit787a439a510d68309bb738a3ec2a02ca0c422dd6
treeba59245d55979d1798523a5ca6d2ecf18497c854
parentde983e03bc4b81a27b0fb312440aa2087722e462
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