fix compilation of i.MX31 platforms
commit324c1aa3dfb4235c80df603e761cc06e28a7e903
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Mon, 5 Oct 2009 08:00:58 +0000 (5 10:00 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 13 Oct 2009 08:24:08 +0000 (13 10:24 +0200)
tree83dcd2aef5328a46b923a81b0f4423419fe640ee
parenta90c31a3b70bcef915ffddacb8cbb4e63de33415
fix compilation of i.MX31 platforms

mxc_iomux_v3_init() is defined in arch/arm/plat-mxc/iomux-v3.c, which is
not linked for i.MX31 and produces an undefined reference error. Fix this
by building the offending code only for i.MX35.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mm.c