aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mmp/clock.h')
-rw-r--r--arch/arm/mach-mmp/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/clock.h b/arch/arm/mach-mmp/clock.h
index 3143e994e67..9b027d7491f 100644
--- a/arch/arm/mach-mmp/clock.h
+++ b/arch/arm/mach-mmp/clock.h
@@ -12,7 +12,6 @@ struct clkops {
void (*enable)(struct clk *);
void (*disable)(struct clk *);
unsigned long (*getrate)(struct clk *);
- int (*setrate)(struct clk *, unsigned long);
};
struct clk {