Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[firefly-linux-kernel-4.4.55.git] / include / linux / clk-provider.h
index 5591ea71a8d14054bf923dcad45dc94f71bd029a..df695313f975769b6cfc740760cbc8c33b6a8d5c 100644 (file)
@@ -541,7 +541,7 @@ struct clk_gpio {
 
 extern const struct clk_ops clk_gpio_gate_ops;
 struct clk *clk_register_gpio_gate(struct device *dev, const char *name,
-               const char *parent_name, struct gpio_desc *gpio,
+               const char *parent_name, unsigned gpio, bool active_low,
                unsigned long flags);
 
 void of_gpio_clk_gate_setup(struct device_node *node);