ARM: ICST: merge common ICST VCO structures
[safe/jmp/linux-2.6] / arch / arm / mach-realview / clock.h
index ebbb0f0..fa64c85 100644 (file)
@@ -8,12 +8,13 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+#include <asm/hardware/icst.h>
+
 struct module;
-struct icst307_params;
 
 struct clk {
        unsigned long           rate;
-       const struct icst307_params *params;
+       const struct icst_params *params;
        void                    *data;
-       void                    (*setvco)(struct clk *, struct icst307_vco vco);
+       void                    (*setvco)(struct clk *, struct icst_vco vco);
 };