aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop32x/iq31244-mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-iop32x/iq31244-mm.c')
-rw-r--r--arch/arm/mach-iop32x/iq31244-mm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/iq31244-mm.c b/arch/arm/mach-iop32x/iq31244-mm.c
index ffc6692c95ad..fba22d5d908f 100644
--- a/arch/arm/mach-iop32x/iq31244-mm.c
+++ b/arch/arm/mach-iop32x/iq31244-mm.c
@@ -21,6 +21,7 @@
21#include <asm/page.h> 21#include <asm/page.h>
22 22
23#include <asm/mach/map.h> 23#include <asm/mach/map.h>
24#include <asm/hardware/iop3xx.h>
24 25
25 26
26/* 27/*
@@ -39,7 +40,7 @@ static struct map_desc iq31244_io_desc[] __initdata = {
39 40
40void __init iq31244_map_io(void) 41void __init iq31244_map_io(void)
41{ 42{
42 iop321_map_io(); 43 iop3xx_map_io();
43 44
44 iotable_init(iq31244_io_desc, ARRAY_SIZE(iq31244_io_desc)); 45 iotable_init(iq31244_io_desc, ARRAY_SIZE(iq31244_io_desc));
45} 46}