Merge branches 'spear/clock' and 'imx/clock' into next/clock
[deliverable/linux.git] / arch / arm / mach-mxs / include / mach / common.h
index 8d88399b73eff893651d829917bc1ec0bc6e07ba..84af61cf6a629432cc5d0b548d181094adfadb16 100644 (file)
 #ifndef __MACH_MXS_COMMON_H__
 #define __MACH_MXS_COMMON_H__
 
-struct clk;
-
 extern const u32 *mxs_get_ocotp(void);
 extern int mxs_reset_block(void __iomem *);
-extern void mxs_timer_init(struct clk *, int);
+extern void mxs_timer_init(int);
 extern void mxs_restart(char, const char *);
 extern int mxs_saif_clkmux_select(unsigned int clkmux);
 
@@ -33,6 +31,4 @@ extern void mx28_init_irq(void);
 
 extern void icoll_init_irq(void);
 
-extern int mxs_clkctrl_timeout(unsigned int reg_offset, unsigned int mask);
-
 #endif /* __MACH_MXS_COMMON_H__ */
This page took 0.043237 seconds and 5 git commands to generate.