diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-02-08 17:49:22 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 17:49:22 +0000 |
commit | 2e777bf1f2482be13c2b678744d3497a4f0a0ec2 (patch) | |
tree | 6bad23ebfceac80f9404d216f6d0ccda9efc520d /arch/arm/plat-omap/include/mach/clock.h | |
parent | ae8fce5c3baf84e319269e67823cf337ed9d359a (diff) |
[ARM] omap: provide a standard clk_get_parent() implementation
which only has to return clk->parent.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/clock.h b/arch/arm/plat-omap/include/mach/clock.h index 4831bbdaf01..06dd38a8a0c 100644 --- a/arch/arm/plat-omap/include/mach/clock.h +++ b/arch/arm/plat-omap/include/mach/clock.h @@ -102,7 +102,6 @@ struct clk_functions { long (*clk_round_rate)(struct clk *clk, unsigned long rate); int (*clk_set_rate)(struct clk *clk, unsigned long rate); int (*clk_set_parent)(struct clk *clk, struct clk *parent); - struct clk * (*clk_get_parent)(struct clk *clk); void (*clk_allow_idle)(struct clk *clk); void (*clk_deny_idle)(struct clk *clk); void (*clk_disable_unused)(struct clk *clk); |