]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sparc32: drop unused prototype from timer_32.h
authorSam Ravnborg <sam@ravnborg.org>
Sun, 13 May 2012 08:35:20 +0000 (10:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 May 2012 19:51:54 +0000 (12:51 -0700)
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/timer_32.h

index e6e66678f4701fd173c805a52d6295e86b92ddc4..703653ea4294d23033a7f003884dc67354aefbd3 100644 (file)
@@ -42,9 +42,4 @@ DECLARE_PER_CPU(struct clock_event_device, sparc32_clockevent);
 extern void register_percpu_ce(int cpu);
 #endif
 
-/* FIXME: Make do_[gs]ettimeofday btfixup calls */
-struct timespec;
-BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
-#define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
-
 #endif /* !(_SPARC_TIMER_H) */