From: Ralf Baechle Date: Tue, 21 May 2013 14:26:22 +0000 (+0200) Subject: MIPS: clock.h: Remove declaration of cpu_wait. X-Git-Tag: firefly_0821_release~3680^2~434^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a461c5bdcc815280fa5f51e3775bc05ed98af13;p=firefly-linux-kernel-4.4.55.git MIPS: clock.h: Remove declaration of cpu_wait. Duplicate and has no business in this header file. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/clock.h b/arch/mips/include/asm/clock.h index c9456e7a7283..778e32d817bc 100644 --- a/arch/mips/include/asm/clock.h +++ b/arch/mips/include/asm/clock.h @@ -6,8 +6,6 @@ #include #include -extern void (*cpu_wait) (void); - struct clk; struct clk_ops {