diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-22 03:30:42 +0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-10-22 04:03:36 +0400 |
commit | 489e176c71f36654dcb8835926f7e5717b8b4c19 (patch) | |
tree | 9ef27e29149b1b1ffbae29a263f830c22a2f17bd /arch/arm/mach-davinci/board-mityomapl138.c | |
parent | 7940a34b2e1e0485211a17d8c3ab4da1ea3e1330 (diff) | |
download | linux-489e176c71f36654dcb8835926f7e5717b8b4c19.tar.xz |
davinci: fix remaining board support after io_pgoffst removal
Some boards that were added after the mass io_pgoffst/io_physio
removal, and were not updated in the original patch. Fixup here.
c.f. original io_pgoffst/io_physio removal
commit 6451d7783ba5ff24eb1a544eaa6665b890f30466
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-mityomapl138.c')
-rw-r--r-- | arch/arm/mach-davinci/board-mityomapl138.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/board-mityomapl138.c b/arch/arm/mach-davinci/board-mityomapl138.c index 194a15ff2b4a..0bb5f0ce4fdc 100644 --- a/arch/arm/mach-davinci/board-mityomapl138.c +++ b/arch/arm/mach-davinci/board-mityomapl138.c @@ -414,8 +414,6 @@ static void __init mityomapl138_map_io(void) } MACHINE_START(MITYOMAPL138, "MityDSP-L138/MityARM-1808") - .phys_io = IO_PHYS, - .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, .boot_params = (DA8XX_DDR_BASE + 0x100), .map_io = mityomapl138_map_io, .init_irq = cp_intc_init, |