summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec_sys.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-01 20:30:49 +0200
committerPaul Gortmaker2011-11-01 00:30:32 +0100
commitcc4b859c70e49d6a3e208c930e9eb81bea4481fd (patch)
treedc78ef55a7f36793e13745ec947e9213aee02ad9 /drivers/acpi/ec_sys.c
parentfs: add module.h to files that were implicitly using it (diff)
downloadkernel-qcow2-linux-cc4b859c70e49d6a3e208c930e9eb81bea4481fd.tar.gz
kernel-qcow2-linux-cc4b859c70e49d6a3e208c930e9eb81bea4481fd.tar.xz
kernel-qcow2-linux-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/ec_sys.c')
-rw-r--r--drivers/acpi/ec_sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/ec_sys.c b/drivers/acpi/ec_sys.c
index 22f918bacd35..6c47ae9793a7 100644
--- a/drivers/acpi/ec_sys.c
+++ b/drivers/acpi/ec_sys.c
@@ -11,6 +11,7 @@
#include <linux/kernel.h>
#include <linux/acpi.h>
#include <linux/debugfs.h>
+#include <linux/module.h>
#include "internal.h"
MODULE_AUTHOR("Thomas Renninger <trenn@suse.de>");