summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/proc.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-10-26 22:22:14 +0200
committerPaul Gortmaker2011-11-01 00:30:34 +0100
commit214f2c90b970e098e75cf719c0c5b0f1fe69b716 (patch)
tree544e50e8af7ffb4da67f19030eb38cb5577aacfc /drivers/acpi/proc.c
parentacpi: downgrade files from module.h to export.h where possible. (diff)
downloadkernel-qcow2-linux-214f2c90b970e098e75cf719c0c5b0f1fe69b716.tar.gz
kernel-qcow2-linux-214f2c90b970e098e75cf719c0c5b0f1fe69b716.tar.xz
kernel-qcow2-linux-214f2c90b970e098e75cf719c0c5b0f1fe69b716.zip
acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL
These files were relying on module.h to come in via the path in an include/acpi header file, but we don't want to have instances of module.h being included from include/* files if it can be avoided. Have the files include export.h instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/acpi/proc.c')
-rw-r--r--drivers/acpi/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c
index f5f986991b52..251c7b6273a9 100644
--- a/drivers/acpi/proc.c
+++ b/drivers/acpi/proc.c
@@ -1,5 +1,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
+#include <linux/export.h>
#include <linux/suspend.h>
#include <linux/bcd.h>
#include <asm/uaccess.h>