diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 15:57:25 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:28 +0100 |
commit | 2113852b239ed4a93d04135372162252f9342bb6 (patch) | |
tree | fcbe8506e4832862d180b6b5aefeb6809dd9d705 /drivers/rtc/rtc-ds1305.c | |
parent | tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters (diff) | |
download | linux-2113852b239ed4a93d04135372162252f9342bb6.tar.xz linux-2113852b239ed4a93d04135372162252f9342bb6.zip |
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-ds1305.c')
-rw-r--r-- | drivers/rtc/rtc-ds1305.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-ds1305.c b/drivers/rtc/rtc-ds1305.c index 57fbcc149ba7..3a33b1fdbe0f 100644 --- a/drivers/rtc/rtc-ds1305.c +++ b/drivers/rtc/rtc-ds1305.c @@ -17,6 +17,7 @@ #include <linux/spi/spi.h> #include <linux/spi/ds1305.h> +#include <linux/module.h> /* |