diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-18 23:56:29 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-18 23:56:29 +0100 |
commit | 37b797b270a81248f839629ddeb382a35c7b0d30 (patch) | |
tree | b77e2126c5e15697901b6f96cdbbda38414d2850 /include/asm-arm | |
parent | [ARM] 3281/1: ixp4xx: export ixp4xx_exp_bus_size for modules (diff) | |
parent | ARM: OMAP: 4/4 Fix clock framework to use clk_enable/disable misc (diff) | |
download | linux-37b797b270a81248f839629ddeb382a35c7b0d30.tar.xz linux-37b797b270a81248f839629ddeb382a35c7b0d30.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-omap/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 740c297eb11c..46a0402696de 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -38,8 +38,6 @@ struct clk { struct clk_functions { int (*clk_enable)(struct clk *clk); void (*clk_disable)(struct clk *clk); - int (*clk_use)(struct clk *clk); - void (*clk_unuse)(struct clk *clk); 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); |