From: Sam Ravnborg Date: Sun, 13 May 2012 08:35:20 +0000 (+0200) Subject: sparc32: drop unused prototype from timer_32.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ff14c07327bf93cd9cb810e73dcdf424ba12ace8;p=deliverable%2Flinux.git sparc32: drop unused prototype from timer_32.h Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- 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); 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) */