summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tx4939.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-05-27 15:57:25 +0200
committerPaul Gortmaker2011-11-01 00:31:28 +0100
commit2113852b239ed4a93d04135372162252f9342bb6 (patch)
treefcbe8506e4832862d180b6b5aefeb6809dd9d705 /drivers/rtc/rtc-tx4939.c
parenttty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters (diff)
downloadkernel-qcow2-linux-2113852b239ed4a93d04135372162252f9342bb6.tar.gz
kernel-qcow2-linux-2113852b239ed4a93d04135372162252f9342bb6.tar.xz
kernel-qcow2-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-tx4939.c')
-rw-r--r--drivers/rtc/rtc-tx4939.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-tx4939.c b/drivers/rtc/rtc-tx4939.c
index ec6313d15359..aac0ffed4345 100644
--- a/drivers/rtc/rtc-tx4939.c
+++ b/drivers/rtc/rtc-tx4939.c
@@ -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>