]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
rtc: Add module.h to implicit users in drivers/rtc
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:57:25 +0000 (09:57 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:28 +0000 (19:31 -0400)
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>
17 files changed:
drivers/rtc/interface.c
drivers/rtc/rtc-dm355evm.c
drivers/rtc/rtc-ds1305.c
drivers/rtc/rtc-ds1511.c
drivers/rtc/rtc-ds1553.c
drivers/rtc/rtc-ds1672.c
drivers/rtc/rtc-ds1742.c
drivers/rtc/rtc-em3027.c
drivers/rtc/rtc-isl12022.c
drivers/rtc/rtc-mv.c
drivers/rtc/rtc-pcf2123.c
drivers/rtc/rtc-pcf8563.c
drivers/rtc/rtc-rs5c348.c
drivers/rtc/rtc-rs5c372.c
drivers/rtc/rtc-stk17ta8.c
drivers/rtc/rtc-tx4939.c
drivers/rtc/rtc-x1205.c

index 44e91e598f8d975ae7570b80366a67540611c8da..8e286259a007fbc5921b4c569cdb959f62762f7a 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/rtc.h>
 #include <linux/sched.h>
+#include <linux/module.h>
 #include <linux/log2.h>
 #include <linux/workqueue.h>
 
index 58d4e18530da1ca4020c1046709b7d8cdadc639c..2322c43af201bd23d0725e184c9bb5cced228996 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/platform_device.h>
 
 #include <linux/i2c/dm355evm_msp.h>
+#include <linux/module.h>
 
 
 /*
index 57fbcc149ba7323cde2166b00d9b43f6d2fe296d..3a33b1fdbe0f84e54539a5c5383c26c6bcc9c04a 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <linux/spi/spi.h>
 #include <linux/spi/ds1305.h>
+#include <linux/module.h>
 
 
 /*
index 568ad30617e7dad58f38f7a6583b8c73630a4aa7..586c244a05d854ab593b8310bd9e8a66991def14 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.6"
 
index fee41b97c9e89e3835734454a720fb772ed17202..1350029044e6247247c3220efa362dd3bb832e63 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.3"
 
index 06dfb54f99b6a6579424ec36627020311dca80cb..a319402a54479bd633a0bfdbb4710996316b1839 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/i2c.h>
 #include <linux/rtc.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.4"
 
index d84a448dd754b32203ace25e336df50e5710f43f..e3e0f92b60f0d97012f723e3a11a56b9054568d3 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.4"
 
index d8e1c2578553cd949f2afc4c2d6de4af642c6c91..8414dea5fb1410da0e39d5b446223e8c60927c85 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/i2c.h>
 #include <linux/rtc.h>
 #include <linux/bcd.h>
+#include <linux/module.h>
 
 /* Registers */
 #define EM3027_REG_ON_OFF_CTRL 0x00
index ddbc797ea6cd68f370301e165294760c24b60c07..6186833973eef194598f3786ff3d2151edb8e4ff 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/bcd.h>
 #include <linux/rtc.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.1"
 
index 60627a7645143721459cd78eb97f5addc885856e..768e2edb96780d2c232c3308cc015e57c16d0d8e 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/platform_device.h>
 #include <linux/delay.h>
 #include <linux/gfp.h>
+#include <linux/module.h>
 
 
 #define RTC_TIME_REG_OFFS      0
index 71bab0ef54436bd19be3882f95df4f62dbbd96a4..2ee3bbf7e5ea03df488233c61b659c4909219335 100644 (file)
@@ -42,6 +42,7 @@
 #include <linux/slab.h>
 #include <linux/rtc.h>
 #include <linux/spi/spi.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.6"
 
index b42c0c6792667cb163d397e6f10ab8eced5f4999..606fdfab34e2735f148910fd6578b47d896959a4 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/bcd.h>
 #include <linux/rtc.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.4.3"
 
index 368d0e63cf836a3f054a56adcc7f86f12fcc278a..971bc8e08da66008fecd1d16f29508bafc40d482 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/rtc.h>
 #include <linux/workqueue.h>
 #include <linux/spi/spi.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.2"
 
index 85c1b848dd72383b6253fbef04d2fa870719d076..d29f5432c6e87d017411e50b3c1c2219cf9e1f08 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/rtc.h>
 #include <linux/bcd.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.6"
 
index 3b943673cd3e293c5c889078fd32a2f1bb01ecaa..ed3e9b5990315cc2389208768ab38b2332735fe1 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 #include <linux/io.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "0.1"
 
index ec6313d153599d5f745550760b5ad1990d7e7b3c..aac0ffed4345d5cabb1f26d2e7e3bd4927aecc4e 100644 (file)
@@ -11,6 +11,7 @@
 #include <linux/rtc.h>
 #include <linux/platform_device.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
 #include <linux/io.h>
 #include <linux/gfp.h>
 #include <asm/txx9/tx4939.h>
index b00aad2620d4f81aa80d79192175dcde950d7fb2..8c051d3179db01c4e6a03ec6e80cb6f5107b1fe5 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/bcd.h>
 #include <linux/rtc.h>
 #include <linux/delay.h>
+#include <linux/module.h>
 
 #define DRV_VERSION "1.0.8"