diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-16 03:05:56 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-26 06:37:44 +0400 |
commit | ba3e88acfbb0ba52ea9ae522e5ea74ac3927fc9c (patch) | |
tree | d9f749e2676bbfb543c5ce4c75f960916d0de572 /arch/arm | |
parent | feefe73fcbb4dfc952d4185d80435fb8e053e2a7 (diff) | |
download | linux-ba3e88acfbb0ba52ea9ae522e5ea74ac3927fc9c.tar.xz |
ARM: remove mc146818rtc.h from time.c
mc146818rtc.h is not needed in time.c, so remove it.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 8c57dd3680e9..60955179113c 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c @@ -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> |