diff options
author | Tony Lindgren <tony@atomide.com> | 2009-08-28 13:50:37 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-08-28 13:50:37 -0400 |
commit | db326be1bca2ddbcac80161953956c8b8bc5b00b (patch) | |
tree | 2bc5a63d82e28c0d0956390e1b1432e0aeccf8e9 /arch/arm/mach-omap1/io.c | |
parent | 6175556fdc0a66ce5f1831e22892fac6f28fc2ec (diff) |
OMAP: Remove ifdefs for io.h
Remove ifdefs for io.h
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/io.c')
-rw-r--r-- | arch/arm/mach-omap1/io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c index 3afe540149f7..7030f9281ea1 100644 --- a/arch/arm/mach-omap1/io.c +++ b/arch/arm/mach-omap1/io.c | |||
@@ -29,9 +29,9 @@ extern void omapfb_reserve_sdram(void); | |||
29 | */ | 29 | */ |
30 | static struct map_desc omap_io_desc[] __initdata = { | 30 | static struct map_desc omap_io_desc[] __initdata = { |
31 | { | 31 | { |
32 | .virtual = IO_VIRT, | 32 | .virtual = OMAP1_IO_VIRT, |
33 | .pfn = __phys_to_pfn(IO_PHYS), | 33 | .pfn = __phys_to_pfn(OMAP1_IO_PHYS), |
34 | .length = IO_SIZE, | 34 | .length = OMAP1_IO_SIZE, |
35 | .type = MT_DEVICE | 35 | .type = MT_DEVICE |
36 | } | 36 | } |
37 | }; | 37 | }; |