diff options
Diffstat (limited to 'arch/mips/include/asm/clock.h')
-rw-r--r-- | arch/mips/include/asm/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/clock.h b/arch/mips/include/asm/clock.h index 778e32d817bc..4809c29a4890 100644 --- a/arch/mips/include/asm/clock.h +++ b/arch/mips/include/asm/clock.h | |||
@@ -35,9 +35,6 @@ struct clk { | |||
35 | #define CLK_ALWAYS_ENABLED (1 << 0) | 35 | #define CLK_ALWAYS_ENABLED (1 << 0) |
36 | #define CLK_RATE_PROPAGATES (1 << 1) | 36 | #define CLK_RATE_PROPAGATES (1 << 1) |
37 | 37 | ||
38 | /* Should be defined by processor-specific code */ | ||
39 | void arch_init_clk_ops(struct clk_ops **, int type); | ||
40 | |||
41 | int clk_init(void); | 38 | int clk_init(void); |
42 | 39 | ||
43 | int __clk_enable(struct clk *); | 40 | int __clk_enable(struct clk *); |