diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-05-30 21:58:03 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-04 01:23:36 +0300 |
commit | f9a8097a835c504197512f47a3b47823f6432ee1 (patch) | |
tree | 806d9651d4fd3f39329328f90f5dc44d1dfb66e2 /arch/mips/sni | |
parent | 4273b49a5211194e947c08867cf7fa5973d34a14 (diff) | |
download | linux-f9a8097a835c504197512f47a3b47823f6432ee1.tar.xz |
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>
Diffstat (limited to 'arch/mips/sni')
-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 @@ #include <asm/sni.h> #include <asm/time.h> -#include <asm-generic/rtc.h> #define SNI_CLOCK_TICK_RATE 3686400 #define SNI_COUNTER2_DIV 64 |