Skip to content

Commit

Permalink
char/genrtc: remove asm-generic/rtc.h from mips
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
arndb authored and alexandrebelloni committed Jun 3, 2016
1 parent 4273b49 commit f9a8097
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/sni/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a8097

Please sign in to comment.