aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-mxc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mxc')
-rw-r--r--include/asm-arm/arch-mxc/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/common.h b/include/asm-arm/arch-mxc/common.h
index 23b4350edbd6..c6d4aa360635 100644
--- a/include/asm-arm/arch-mxc/common.h
+++ b/include/asm-arm/arch-mxc/common.h
@@ -16,5 +16,6 @@ struct sys_timer;
16extern void mxc_map_io(void); 16extern void mxc_map_io(void);
17extern void mxc_init_irq(void); 17extern void mxc_init_irq(void);
18extern struct sys_timer mxc_timer; 18extern struct sys_timer mxc_timer;
19extern int mxc_clocks_init(unsigned long fref);
19 20
20#endif 21#endif