diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-30 14:58:03 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-03 18:23:36 -0400 |
commit | f9a8097a835c504197512f47a3b47823f6432ee1 (patch) | |
tree | 806d9651d4fd3f39329328f90f5dc44d1dfb66e2 | |
parent | 4273b49a5211194e947c08867cf7fa5973d34a14 (diff) |
char/genrtc: remove asm-generic/rtc.h from mips
arch/mips/sni/time.c includes asm-generic/rtc.h for no apparent reason,
and it works fine without that header, so lets remove the inclusion
in preparation of deleting the file.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | arch/mips/sni/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sni/time.c b/arch/mips/sni/time.c index fb4b3520cdc6..7ee14f41fc25 100644 --- a/arch/mips/sni/time.c +++ b/arch/mips/sni/time.c | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | #include <asm/sni.h> | 9 | #include <asm/sni.h> |
10 | #include <asm/time.h> | 10 | #include <asm/time.h> |
11 | #include <asm-generic/rtc.h> | ||
12 | 11 | ||
13 | #define SNI_CLOCK_TICK_RATE 3686400 | 12 | #define SNI_CLOCK_TICK_RATE 3686400 |
14 | #define SNI_COUNTER2_DIV 64 | 13 | #define SNI_COUNTER2_DIV 64 |