diff options
| author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2015-01-23 06:03:29 -0500 |
|---|---|---|
| committer | Michael Turquette <mturquette@linaro.org> | 2015-01-28 13:40:18 -0500 |
| commit | af0f349b2996f9f3d83e5aac1edf58fff727a0e0 (patch) | |
| tree | 4180b6c0b38ab878bf85ae217944fcbf4ab6df7a /include/linux | |
| parent | c440525cb96780c369879e15083c29a479eb0598 (diff) | |
clk: Remove __clk_register
As it has never been used.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk-private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h index 0ca5f6046920..c5f40d07686c 100644 --- a/include/linux/clk-private.h +++ b/include/linux/clk-private.h | |||
| @@ -214,7 +214,5 @@ struct clk { | |||
| 214 | */ | 214 | */ |
| 215 | int __clk_init(struct device *dev, struct clk *clk); | 215 | int __clk_init(struct device *dev, struct clk *clk); |
| 216 | 216 | ||
| 217 | struct clk *__clk_register(struct device *dev, struct clk_hw *hw); | ||
| 218 | |||
| 219 | #endif /* CONFIG_COMMON_CLK */ | 217 | #endif /* CONFIG_COMMON_CLK */ |
| 220 | #endif /* CLK_PRIVATE_H */ | 218 | #endif /* CLK_PRIVATE_H */ |
