From 54f9daa72c6061880407990541c5031be137a78a Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Mon, 5 Oct 2009 10:00:58 +0200 Subject: [PATCH] --- yaml --- r: 167805 b: refs/heads/master c: 324c1aa3dfb4235c80df603e761cc06e28a7e903 h: refs/heads/master i: 167803: 3a318ca2d80e1b393448bf355b63db2a91e8020c v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx3/mm.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 00808b49fb6b..e7142fdfc82d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a90c31a3b70bcef915ffddacb8cbb4e63de33415 +refs/heads/master: 324c1aa3dfb4235c80df603e761cc06e28a7e903 diff --git a/trunk/arch/arm/mach-mx3/mm.c b/trunk/arch/arm/mach-mx3/mm.c index ad5a1122d765..bedf5b8d976a 100644 --- a/trunk/arch/arm/mach-mx3/mm.c +++ b/trunk/arch/arm/mach-mx3/mm.c @@ -81,6 +81,7 @@ void __init mx31_map_io(void) iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); } +#ifdef CONFIG_ARCH_MX35 void __init mx35_map_io(void) { mxc_set_cpu_type(MXC_CPU_MX35); @@ -89,6 +90,7 @@ void __init mx35_map_io(void) iotable_init(mxc_io_desc, ARRAY_SIZE(mxc_io_desc)); } +#endif void __init mx31_init_irq(void) {