diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 13:23:32 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:38 -0400 |
commit | 7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (patch) | |
tree | 9628d1e7ded2724134c22b4fb9a9d65939842795 /arch/powerpc/sysdev/rtc_cmos_setup.c | |
parent | 930879488495e19178f8c63297fd4b9b4df9e9fc (diff) |
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/rtc_cmos_setup.c')
-rw-r--r-- | arch/powerpc/sysdev/rtc_cmos_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/rtc_cmos_setup.c b/arch/powerpc/sysdev/rtc_cmos_setup.c index c1879ebfd4f4..9afba924e94f 100644 --- a/arch/powerpc/sysdev/rtc_cmos_setup.c +++ b/arch/powerpc/sysdev/rtc_cmos_setup.c @@ -12,6 +12,7 @@ #include <linux/platform_device.h> #include <linux/err.h> #include <linux/init.h> +#include <linux/module.h> #include <linux/mc146818rtc.h> #include <asm/prom.h> |