diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 21:23:32 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:30:38 +0400 |
commit | 7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (patch) | |
tree | 9628d1e7ded2724134c22b4fb9a9d65939842795 /arch/powerpc/platforms/86xx | |
parent | 930879488495e19178f8c63297fd4b9b4df9e9fc (diff) | |
download | linux-7dfe293cf66258c5ef5d010f75d1f843b38e5e4a.tar.xz |
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/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/gef_gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/gef_gpio.c b/arch/powerpc/platforms/86xx/gef_gpio.c index 4ff7b1e7bbad..2a703365e664 100644 --- a/arch/powerpc/platforms/86xx/gef_gpio.c +++ b/arch/powerpc/platforms/86xx/gef_gpio.c @@ -27,6 +27,7 @@ #include <linux/of_gpio.h> #include <linux/gpio.h> #include <linux/slab.h> +#include <linux/module.h> #define GEF_GPIO_DIRECT 0x00 #define GEF_GPIO_IN 0x04 |