ARM: remove mc146818rtc.h from time.c
authorRob Herring <rob.herring@calxeda.com>
Sun, 15 Jan 2012 23:05:56 +0000 (17:05 -0600)
committerRob Herring <rob.herring@calxeda.com>
Thu, 26 Jan 2012 02:37:44 +0000 (20:37 -0600)
mc146818rtc.h is not needed in time.c, so remove it.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/kernel/time.c

index 8c57dd3680e9eeee46f5476d10c4c295c8796568..60955179113cd340102335bc3763f034b782b890 100644 (file)
@@ -25,8 +25,6 @@
 #include <linux/timer.h>
 #include <linux/irq.h>
 
-#include <linux/mc146818rtc.h>
-
 #include <asm/leds.h>
 #include <asm/thread_info.h>
 #include <asm/sched_clock.h>