summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-13 01:23:24 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 16:42:36 +0800
commitc3837f5bea2d9fa9bcfd578456b961cea5f3c7d5 (patch)
tree4ca8b713851c79dbec52c96e1aa4df97a1d4cb72 /drivers
parent2827212d142f9a31f2269ba417be9246f8f58ea7 (diff)
rtc another module.h
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/alarm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/alarm.c b/drivers/rtc/alarm.c
index 28b0df836a3..3068676bfcf 100644
--- a/drivers/rtc/alarm.c
+++ b/drivers/rtc/alarm.c
@@ -23,6 +23,7 @@
#include <linux/spinlock.h>
#include <linux/sysdev.h>
#include <linux/wakelock.h>
+#include <linux/module.h>
#define ANDROID_ALARM_PRINT_ERROR (1U << 0)
#define ANDROID_ALARM_PRINT_INIT_STATUS (1U << 1)