diff options
author | Tony Lindgren <tony@atomide.com> | 2005-07-10 14:58:12 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-07-10 14:58:12 -0400 |
commit | f577ffd75c02b6087d5bf5ca89f806b10f2a0246 (patch) | |
tree | 9dc99ecfe14981cbe057ebaf35e40b5797f1211a /arch/arm/mach-omap/common.h | |
parent | dbdf9cedfcc81202360763530412d746d798b7b6 (diff) |
[PATCH] ARM: 2801/1: OMAP update 6/11: Split OMAP1 common code into id, io and serial
Patch from Tony Lindgren
This patch by Juha Yrjölä and other OMAP developers splits
OMAP1 specific common code into OMAP1 id, io, and serial
code in mach-omap1 directory.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 | ||