aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-realview/clock.h')
-rw-r--r--arch/arm/mach-realview/clock.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-realview/clock.h b/arch/arm/mach-realview/clock.h
index dadba695e181..ebbb0f06b600 100644
--- a/arch/arm/mach-realview/clock.h
+++ b/arch/arm/mach-realview/clock.h
@@ -12,14 +12,8 @@ struct module;
struct icst307_params;
struct clk {
- struct list_head node;
unsigned long rate;
- struct module *owner;
- const char *name;
const struct icst307_params *params;
void *data;
void (*setvco)(struct clk *, struct icst307_vco vco);
};
-
-int clk_register(struct clk *clk);
-void clk_unregister(struct clk *clk);