ARM: mx3: fix build failure concerning MXC_INT_MMC_SDHC2
commit662a74b4b2b7b471417b3778485332a93d07e409
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 20 Oct 2010 15:44:30 +0000 (20 17:44 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 21 Oct 2010 19:52:01 +0000 (21 21:52 +0200)
tree038db4bb2d7d022919b2df2db17fbee0c8a04637
parentf1de1613da54f754d5d2bbf79fcacbd5ed965537
ARM: mx3: fix build failure concerning MXC_INT_MMC_SDHC2

Commit c074512 (imx-esdhc: update devices registration) renamed
MX35_INT_MMC_SDHC2 to MX35_INT_ESDHC2 which broke expansion of the
MXC_INT_MMC_SDHC2 macro.
As  (the only user of MXC_INT_MMC_SDHC2) is only used on
mx31 use the MX31 prefixed symbol to define its resources.  Moreover to
reduce further confusion mxcsdhc_device0 is fixed accordingly and the MXC
prefixed symbols are removed.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/devices.c
arch/arm/plat-mxc/include/mach/mx31.h
arch/arm/plat-mxc/include/mach/mx35.h