OMAP2/3 clock: Extend find_idlest() to pass back idle state value
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / clock.h
index 8a86df4ad99c931664ba00527891723bc89074e6..e49162469791b4126d4444c045ac7d5647e34aaa 100644 (file)
@@ -22,8 +22,10 @@ struct clockdomain;
 struct clkops {
        int                     (*enable)(struct clk *);
        void                    (*disable)(struct clk *);
-       void                    (*find_idlest)(struct clk *, void __iomem **, u8 *);
-       void                    (*find_companion)(struct clk *, void __iomem **, u8 *);
+       void                    (*find_idlest)(struct clk *, void __iomem **,
+                                              u8 *, u8 *);
+       void                    (*find_companion)(struct clk *, void __iomem **,
+                                                 u8 *);
 };
 
 #ifdef CONFIG_ARCH_OMAP2PLUS
This page took 0.02941 seconds and 5 git commands to generate.