summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-02 14:03:17 +0800
committerAndy Green <andy.green@linaro.org>2011-12-02 14:03:17 +0800
commit934a3e12e4f9b97d7def2413182f4de11c9b39f3 (patch)
tree918f1d2e2d1604b7fd71c4cf7eda176c40338e3c
parent0a1bb13aaf78de22633bae11852de3aef7b04707 (diff)
rtc add module.h
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/rtc/alarm-dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/alarm-dev.c b/drivers/rtc/alarm-dev.c
index 686e6f7ed48..0136e68da9d 100644
--- a/drivers/rtc/alarm-dev.c
+++ b/drivers/rtc/alarm-dev.c
@@ -14,6 +14,7 @@
*/
#include <asm/mach/time.h>
+#include <linux/module.h>
#include <linux/android_alarm.h>
#include <linux/device.h>
#include <linux/miscdevice.h>