diff options
author | Jesper Nilsson <jespern@axis.com> | 2012-04-05 13:52:55 +0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2012-04-05 13:55:58 +0400 |
commit | 9c75fc8c5c8c50775fc8b89418219221335b758f (patch) | |
tree | f294827eb9e5532f77a55fdcbdd9dbaec500b93d /arch/cris/arch-v10/kernel/fasttimer.c | |
parent | 4d5914d628360c607dc426ccb1acaf23909ac546 (diff) | |
download | linux-9c75fc8c5c8c50775fc8b89418219221335b758f.tar.xz |
CRIS: Remove legacy RTC drivers
These old drivers are not used anymore, we use the ones in drivers/rtc.
This allows us to remove some cruft in the CRIS timekeeping code.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v10/kernel/fasttimer.c')
-rw-r--r-- | arch/cris/arch-v10/kernel/fasttimer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/arch-v10/kernel/fasttimer.c b/arch/cris/arch-v10/kernel/fasttimer.c index 8a8196ee8ce8..082f1890bacb 100644 --- a/arch/cris/arch-v10/kernel/fasttimer.c +++ b/arch/cris/arch-v10/kernel/fasttimer.c @@ -21,8 +21,6 @@ #include <asm/io.h> #include <asm/irq.h> #include <asm/delay.h> -#include <asm/rtc.h> - #include <arch/svinto.h> #include <asm/fasttimer.h> |