]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mxs-mmc: Fix merge issue causing build error
authorMarek Vasut <marex@denx.de>
Mon, 1 Oct 2012 20:52:43 +0000 (20:52 +0000)
committerChris Ball <cjb@laptop.org>
Thu, 11 Oct 2012 21:21:40 +0000 (17:21 -0400)
commita0fd3f88f08cc1ea0f5813f3a750ac51d3f228a4
treeacff967695ec87d899121818a3af1aa79bee541f
parent62534e08f79e5e0f8222cd4dd8cd6090c97c73eb
mmc: mxs-mmc: Fix merge issue causing build error

The following error appeared due to a merge problem; the patches:

6f54384d "mmc: mxs-mmc: fix deadlock caused by recursion loop"
0106a930 "mmc: spi: Pull out parts shared between MMC and SPI"

came in through separate branches and cause this build error when
combined.

drivers/mmc/host/mxs-mmc.c: In function 'mxs_mmc_enable_sdio_irq':
drivers/mmc/host/mxs-mmc.c:527:3: error: 'struct mxs_mmc_host' has no member named 'base'
drivers/mmc/host/mxs-mmc.c:527:3: error: 'struct mxs_mmc_host' has no member named 'devid'
make[3]: *** [drivers/mmc/host/mxs-mmc.o] Error 1

This patch corrects the issue.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mxs-mmc.c