diff options
author | Jesper Nilsson <jespern@axis.com> | 2012-04-05 09:52:55 (GMT) |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2012-04-05 09:55:58 (GMT) |
commit | 9c75fc8c5c8c50775fc8b89418219221335b758f (patch) | |
tree | f294827eb9e5532f77a55fdcbdd9dbaec500b93d /arch/cris/include/asm/Kbuild | |
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/include/asm/Kbuild')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 956eea2..04d02a5 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -6,5 +6,4 @@ header-y += arch-v32/ header-y += ethernet.h header-y += etraxgpio.h header-y += rs485.h -header-y += rtc.h header-y += sync_serial.h |