diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 09:57:25 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:28 -0400 |
commit | 2113852b239ed4a93d04135372162252f9342bb6 (patch) | |
tree | fcbe8506e4832862d180b6b5aefeb6809dd9d705 /drivers/rtc/rtc-mv.c | |
parent | 0e648f42f24f89e24c4dcac534d8e7086c9fd559 (diff) |
rtc: Add module.h to implicit users in drivers/rtc
The module.h was implicitly everywhere, but when we clean
that up, the implicit users will compile fail; fix them up
in advance.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/rtc/rtc-mv.c')
-rw-r--r-- | drivers/rtc/rtc-mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-mv.c b/drivers/rtc/rtc-mv.c index 60627a764514..768e2edb9678 100644 --- a/drivers/rtc/rtc-mv.c +++ b/drivers/rtc/rtc-mv.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
16 | #include <linux/gfp.h> | 16 | #include <linux/gfp.h> |
17 | #include <linux/module.h> | ||
17 | 18 | ||
18 | 19 | ||
19 | #define RTC_TIME_REG_OFFS 0 | 20 | #define RTC_TIME_REG_OFFS 0 |