diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 19:23:32 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:38 +0100 |
commit | 7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (patch) | |
tree | 9628d1e7ded2724134c22b4fb9a9d65939842795 /arch/powerpc/sysdev/pmi.c | |
parent | powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE (diff) | |
download | linux-7dfe293cf66258c5ef5d010f75d1f843b38e5e4a.tar.xz linux-7dfe293cf66258c5ef5d010f75d1f843b38e5e4a.zip |
powerpc: Fix up modules that should be including module.h
So that we can clean up the header files and not be relying
on implicit includes from device.h ---> module.h
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/powerpc/sysdev/pmi.c')
-rw-r--r-- | arch/powerpc/sysdev/pmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/pmi.c b/arch/powerpc/sysdev/pmi.c index 8ce4fc3d9828..8f0465422b1e 100644 --- a/arch/powerpc/sysdev/pmi.c +++ b/arch/powerpc/sysdev/pmi.c @@ -28,6 +28,7 @@ #include <linux/slab.h> #include <linux/completion.h> #include <linux/spinlock.h> +#include <linux/module.h> #include <linux/workqueue.h> #include <linux/of_device.h> #include <linux/of_platform.h> |