diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-01 14:30:49 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:32 -0400 |
commit | cc4b859c70e49d6a3e208c930e9eb81bea4481fd (patch) | |
tree | dc78ef55a7f36793e13745ec947e9213aee02ad9 /drivers/acpi/acpica/hwsleep.c | |
parent | 143cb494cb6662e37c4020b7fe9839837f718e56 (diff) | |
download | linux-3.10-cc4b859c70e49d6a3e208c930e9eb81bea4481fd.tar.gz linux-3.10-cc4b859c70e49d6a3e208c930e9eb81bea4481fd.tar.bz2 linux-3.10-cc4b859c70e49d6a3e208c930e9eb81bea4481fd.zip |
acpi: add module.h to files implicitly using/relying on it.
These files are using standard module API things like MODULE_AUTHOR
etc. and so should not be relying on an implicit presence of the
module.h header.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/acpi/acpica/hwsleep.c')
-rw-r--r-- | drivers/acpi/acpica/hwsleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/hwsleep.c b/drivers/acpi/acpica/hwsleep.c index 2ac28bbe882..d52da307365 100644 --- a/drivers/acpi/acpica/hwsleep.c +++ b/drivers/acpi/acpica/hwsleep.c @@ -46,6 +46,7 @@ #include "accommon.h" #include "actables.h" #include <linux/tboot.h> +#include <linux/module.h> #define _COMPONENT ACPI_HARDWARE ACPI_MODULE_NAME("hwsleep") |