]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: clock.h: Remove declaration of cpu_wait.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 14:26:22 +0000 (16:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 23:34:25 +0000 (01:34 +0200)
Duplicate and has no business in this header file.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/clock.h

index c9456e7a7283dfa15b507f021bb3f8f6696a45ca..778e32d817bc7da48056167edb4e137547ca9ef4 100644 (file)
@@ -6,8 +6,6 @@
 #include <linux/seq_file.h>
 #include <linux/clk.h>
 
-extern void (*cpu_wait) (void);
-
 struct clk;
 
 struct clk_ops {