projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
154c267
)
MIPS: clock.h: Remove declaration of cpu_wait.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 21 May 2013 14:26:22 +0000
(16:26 +0200)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/clock.h
b/arch/mips/include/asm/clock.h
index c9456e7a7283dfa15b507f021bb3f8f6696a45ca..778e32d817bc7da48056167edb4e137547ca9ef4 100644
(file)
--- a/
arch/mips/include/asm/clock.h
+++ b/
arch/mips/include/asm/clock.h
@@
-6,8
+6,6
@@
#include <linux/seq_file.h>
#include <linux/clk.h>
-extern void (*cpu_wait) (void);
-
struct clk;
struct clk_ops {