diff options
| author | Michael Turquette <mturquette@linaro.org> | 2014-11-25 04:45:33 +0300 |
|---|---|---|
| committer | Michael Turquette <mturquette@linaro.org> | 2014-11-25 04:45:33 +0300 |
| commit | da57b46010dd8d93aabc4c3e8d11751ac617d914 (patch) | |
| tree | 1fe26ac6679ea8e76276da87582fcb95210974ed /include/linux | |
| parent | 7f615dd43ced8dc5424ad3fa95edd6b7fbbbc27c (diff) | |
| parent | dcf3d458304aafda3d12413ade39fdf19740dbc3 (diff) | |
| download | linux-da57b46010dd8d93aabc4c3e8d11751ac617d914.tar.xz | |
Merge branch 'clk-fixes' into clk-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index be21af149f11..2839c639f092 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -352,7 +352,6 @@ struct clk_divider { #define CLK_DIVIDER_READ_ONLY BIT(5) extern const struct clk_ops clk_divider_ops; -extern const struct clk_ops clk_divider_ro_ops; struct clk *clk_register_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, |
