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

No differences found