summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-at91rm9200.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-04-20 11:22:36 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-05-22 13:56:35 (GMT)
commitf70c5253b41444fd2779e1f76bfe25811d9b8c23 (patch)
treee7baa4133bc84b56c7ffcdff9feefa356595d71a /drivers/rtc/rtc-at91rm9200.c
parentb8291ad07a7f3b5b990900f0001198ac23ba893e (diff)
downloadlinux-fsl-qoriq-f70c5253b41444fd2779e1f76bfe25811d9b8c23.tar.xz
[RTC] remove references to asm/mach/time.h
asm/mach/time.h is the ARM header file for setting up kernel ticker timekeeping (be that the old jiffy interrupt or the new clocksource.) RTC drivers have no business using this header file, and in fact do not require it. Build tested on at91sam9rl, omap and s3c2410 configurations. Acked-by: Alessandro Zummo <a.zummo@towertech.it> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/rtc/rtc-at91rm9200.c')
-rw-r--r--drivers/rtc/rtc-at91rm9200.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c
index 39e64ab..2af1e6f 100644
--- a/drivers/rtc/rtc-at91rm9200.c
+++ b/drivers/rtc/rtc-at91rm9200.c
@@ -31,8 +31,6 @@
#include <asm/uaccess.h>
#include <asm/rtc.h>
-#include <asm/mach/time.h>
-
#include <asm/arch/at91_rtc.h>