]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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>
Thu, 6 Dec 2012 18:54:44 +0000 (13:54 -0500)
commitd6ed91aff64891fb4f0e9557d9b1734a9e8410a7
tree311723710c3ed86b45abb49bfa8fac588158cfd9
parent968a64ea638bbd48839b41981ff50197f3412676
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]