|
@@ -20,7 +20,7 @@ extern void mx27_map_io(void);
|
|
extern void mx31_map_io(void);
|
|
extern void mx31_map_io(void);
|
|
extern void mx35_map_io(void);
|
|
extern void mx35_map_io(void);
|
|
extern void mxc_init_irq(void);
|
|
extern void mxc_init_irq(void);
|
|
-extern void mxc_timer_init(struct clk *timer_clk);
|
|
|
|
|
|
+extern void mxc_timer_init(struct clk *timer_clk, void __iomem *, int);
|
|
extern int mx1_clocks_init(unsigned long fref);
|
|
extern int mx1_clocks_init(unsigned long fref);
|
|
extern int mx21_clocks_init(unsigned long lref, unsigned long fref);
|
|
extern int mx21_clocks_init(unsigned long lref, unsigned long fref);
|
|
extern int mx27_clocks_init(unsigned long fref);
|
|
extern int mx27_clocks_init(unsigned long fref);
|