diff options
Diffstat (limited to 'arch/arm/mach-omap/common.h')
-rw-r--r-- | arch/arm/mach-omap/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/common.h b/arch/arm/mach-omap/common.h index 9f62858c0df4..bb257344f52d 100644 --- a/arch/arm/mach-omap/common.h +++ b/arch/arm/mach-omap/common.h | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | struct sys_timer; | 30 | struct sys_timer; |
31 | 31 | ||
32 | extern void omap_map_io(void); | 32 | extern void omap_map_common_io(void); |
33 | extern struct sys_timer omap_timer; | 33 | extern struct sys_timer omap_timer; |
34 | extern void omap_serial_init(int ports[]); | 34 | extern void omap_serial_init(int ports[]); |
35 | 35 | ||