From: Ralf Baechle Date: Tue, 21 May 2013 14:26:22 +0000 (+0200) Subject: MIPS: clock.h: Remove declaration of cpu_wait. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1a461c5bdcc815280fa5f51e3775bc05ed98af13;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 {