ARM: Make Integrator/Versatile/Reaview VCO code similar
[safe/jmp/linux-2.6] / arch / arm / mach-realview / include / mach / clkdev.h
index fefe467..baea03c 100644 (file)
@@ -6,7 +6,7 @@
 struct clk {
        unsigned long           rate;
        const struct icst_params *params;
-       u32                     oscoff;
+       void __iomem            *vcoreg;
        void                    (*setvco)(struct clk *, struct icst_vco vco);
 };