aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/generic_ops.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 07:12:15 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:38 -0400
commit1b6bc32f0a7380102499deb6aa99a59e789efb33 (patch)
tree283ef829016d671e7be5a6f72c00fa59fbc9f842 /drivers/base/power/generic_ops.c
parentide/ata: Add module.h to the implicit modular users (diff)
downloadlinux-dev-1b6bc32f0a7380102499deb6aa99a59e789efb33.tar.xz
linux-dev-1b6bc32f0a7380102499deb6aa99a59e789efb33.zip
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Most of these files were implicitly getting EXPORT_SYMBOL via device.h which was including module.h, but that path will be broken soon. [ with input from Stephen Rothwell <sfr@canb.auug.org.au> ] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/base/power/generic_ops.c')
-rw-r--r--drivers/base/power/generic_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/power/generic_ops.c b/drivers/base/power/generic_ops.c
index 9508df71274b..265a0ee3b49e 100644
--- a/drivers/base/power/generic_ops.c
+++ b/drivers/base/power/generic_ops.c
@@ -8,6 +8,7 @@
#include <linux/pm.h>
#include <linux/pm_runtime.h>
+#include <linux/export.h>
#ifdef CONFIG_PM_RUNTIME
/**