diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2016-04-22 00:43:56 +0300 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-04-22 00:43:56 +0300 |
| commit | e9471c4ecf8a50169216e7232e12b23761ce3d15 (patch) | |
| tree | d18d1acd815887025a835674e5805a4fdc9dbb82 /include/linux | |
| parent | 624b5ea624f368e8755304bc63a5ee5d0a899dcb (diff) | |
| parent | 92a39d9043ba5ff98adb1c31491f00c7bea5466e (diff) | |
| download | linux-e9471c4ecf8a50169216e7232e12b23761ce3d15.tar.xz | |
Merge branch 'clk-composite-unregister' into clk-next
* clk-composite-unregister:
clk: composite: Add unregister function
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 156286445a25..02a8f15b528a 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -604,6 +604,7 @@ struct clk *clk_register_composite(struct device *dev, const char *name, struct clk_hw *rate_hw, const struct clk_ops *rate_ops, struct clk_hw *gate_hw, const struct clk_ops *gate_ops, unsigned long flags); +void clk_unregister_composite(struct clk *clk); /*** * struct clk_gpio_gate - gpio gated clock |
