projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b796c6d
)
sparc32: drop unused prototype from timer_32.h
author
Sam Ravnborg
<sam@ravnborg.org>
Sun, 13 May 2012 08:35:20 +0000
(10:35 +0200)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/timer_32.h
b/arch/sparc/include/asm/timer_32.h
index e6e66678f4701fd173c805a52d6295e86b92ddc4..703653ea4294d23033a7f003884dc67354aefbd3 100644
(file)
--- a/
arch/sparc/include/asm/timer_32.h
+++ b/
arch/sparc/include/asm/timer_32.h
@@
-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) */