vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / mach-versatile / clock.h
index 12e68ec..8b0b61d 100644 (file)
@@ -9,16 +9,16 @@
  * published by the Free Software Foundation.
  */
 struct module;
-struct icst525_params;
+struct icst307_params;
 
 struct clk {
        struct list_head        node;
        unsigned long           rate;
        struct module           *owner;
        const char              *name;
-       const struct icst525_params *params;
+       const struct icst307_params *params;
        void                    *data;
-       void                    (*setvco)(struct clk *, struct icst525_vco vco);
+       void                    (*setvco)(struct clk *, struct icst307_vco vco);
 };
 
 int clk_register(struct clk *clk);