aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk-provider.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index e9a4d1ea556e..837cd7c7c8a7 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -554,13 +554,6 @@ struct clk_multiplier {
554 554
555extern const struct clk_ops clk_multiplier_ops; 555extern const struct clk_ops clk_multiplier_ops;
556 556
557struct clk *clk_register_multiplier(struct device *dev, const char *name,
558 const char *parent_name,
559 unsigned long flags,
560 void __iomem *reg, u8 shift, u8 width,
561 u8 clk_mult_flags, spinlock_t *lock);
562void clk_unregister_multiplier(struct clk *clk);
563
564/*** 557/***
565 * struct clk_composite - aggregate clock of mux, divider and gate clocks 558 * struct clk_composite - aggregate clock of mux, divider and gate clocks
566 * 559 *