diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-13 04:35:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-13 15:51:54 -0400 |
commit | ff14c07327bf93cd9cb810e73dcdf424ba12ace8 (patch) | |
tree | f67166f643e066cff0397c08ba4cd96a384a81c1 | |
parent | b796c6da512c5c284c850e92c084725d5cecde63 (diff) |
sparc32: drop unused prototype from timer_32.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/sparc/include/asm/timer_32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sparc/include/asm/timer_32.h b/arch/sparc/include/asm/timer_32.h index e6e66678f470..703653ea4294 100644 --- 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); | |||
42 | extern void register_percpu_ce(int cpu); | 42 | extern void register_percpu_ce(int cpu); |
43 | #endif | 43 | #endif |
44 | 44 | ||
45 | /* FIXME: Make do_[gs]ettimeofday btfixup calls */ | ||
46 | struct timespec; | ||
47 | BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv) | ||
48 | #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv) | ||
49 | |||
50 | #endif /* !(_SPARC_TIMER_H) */ | 45 | #endif /* !(_SPARC_TIMER_H) */ |