]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: mxs-mmc: Remove platform data
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 31 Oct 2012 11:22:58 +0000 (09:22 -0200)
committerChris Ball <cjb@laptop.org>
Mon, 26 Nov 2012 00:43:48 +0000 (19:43 -0500)
commit465db23813c919283e94ea1a5567beadb5d7493a
treeadf95b267d62ebbcfcc39205f37a580ccbaa3e0f
parent563bfd853d1adc99c6f509935746c6a34840e189
mmc: mxs-mmc: Remove platform data

All MXS users have been converted to device tree and the board files have been
removed.

No need to keep platform data in the driver.

Also move bus_width declaration in the beggining of mxs_mmc_probe() to avoid:
'warning: ISO C90 forbids mixed declarations and code'.

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