summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-13 01:23:22 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 16:42:35 +0800
commit2827212d142f9a31f2269ba417be9246f8f58ea7 (patch)
treec7a0d522776191ad4b3d2cf168bfdd21cf897046 /drivers
parent12fcd4b3574e162a37d0318fd934ffcaf71691b8 (diff)
rtc add module.h
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers')
-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>