Merge branch 'btrfs-3.0' into for-linus
[pandora-kernel.git] / arch / arm / mach-pxa / clock.h
index 1f2fb9c..3a258b1 100644 (file)
@@ -5,6 +5,7 @@ struct clkops {
        void                    (*enable)(struct clk *);
        void                    (*disable)(struct clk *);
        unsigned long           (*getrate)(struct clk *);
+       int                     (*setrate)(struct clk *, unsigned long);
 };
 
 struct clk {