diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-21 18:26:22 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-22 03:34:25 +0400 |
commit | 1a461c5bdcc815280fa5f51e3775bc05ed98af13 (patch) | |
tree | f73d43c2ce0112f8858a450f5fc01d01d0f9f780 /arch/mips | |
parent | 154c2670087bd7f54688274aca627433e4a7c181 (diff) | |
download | linux-1a461c5bdcc815280fa5f51e3775bc05ed98af13.tar.xz |
MIPS: clock.h: Remove declaration of cpu_wait.
Duplicate and has no business in this header file.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/seq_file.h> #include <linux/clk.h> -extern void (*cpu_wait) (void); - struct clk; struct clk_ops { |