diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 13:12:15 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:38 +0100 |
commit | 1b6bc32f0a7380102499deb6aa99a59e789efb33 (patch) | |
tree | 283ef829016d671e7be5a6f72c00fa59fbc9f842 /drivers/base/power/sysfs.c | |
parent | ide/ata: Add module.h to the implicit modular users (diff) | |
download | linux-1b6bc32f0a7380102499deb6aa99a59e789efb33.tar.xz linux-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/sysfs.c')
-rw-r--r-- | drivers/base/power/sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/power/sysfs.c b/drivers/base/power/sysfs.c index 17b7934f31cb..adf41be0ea66 100644 --- a/drivers/base/power/sysfs.c +++ b/drivers/base/power/sysfs.c @@ -4,6 +4,7 @@ #include <linux/device.h> #include <linux/string.h> +#include <linux/export.h> #include <linux/pm_runtime.h> #include <linux/atomic.h> #include <linux/jiffies.h> |