diff options
Diffstat (limited to 'include/asm-arm/hardware/clock.h')
-rw-r--r-- | include/asm-arm/hardware/clock.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-arm/hardware/clock.h b/include/asm-arm/hardware/clock.h index 5c5689409a4b..69f33215e437 100644 --- a/include/asm-arm/hardware/clock.h +++ b/include/asm-arm/hardware/clock.h | |||
@@ -63,20 +63,6 @@ int clk_enable(struct clk *clk); | |||
63 | void clk_disable(struct clk *clk); | 63 | void clk_disable(struct clk *clk); |
64 | 64 | ||
65 | /** | 65 | /** |
66 | * clk_use - increment the use count | ||
67 | * @clk: clock source | ||
68 | * | ||
69 | * Returns success (0) or negative errno. | ||
70 | */ | ||
71 | int clk_use(struct clk *clk); | ||
72 | |||
73 | /** | ||
74 | * clk_unuse - decrement the use count | ||
75 | * @clk: clock source | ||
76 | */ | ||
77 | void clk_unuse(struct clk *clk); | ||
78 | |||
79 | /** | ||
80 | * clk_get_rate - obtain the current clock rate (in Hz) for a clock source. | 66 | * clk_get_rate - obtain the current clock rate (in Hz) for a clock source. |
81 | * This is only valid once the clock source has been enabled. | 67 | * This is only valid once the clock source has been enabled. |
82 | * @clk: clock source | 68 | * @clk: clock source |