summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/mxs-mmc.h
Commit message (Collapse)AuthorAgeFilesLines
* mmc: mxs-mmc: Remove platform dataFabio Estevam2012-12-061-19/+0
| | | | | | | | | | | | | | | 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>
* mmc: mxs-mmc: move header from mach into linux folderShawn Guo2012-05-131-0/+19
Rename arch/arm/mach-mxs/include/mach/mmc.h to include/linux/mmc/mxs-mmc.h, so that mxs-mmc driver becomes <mach/*> inclusion free. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marek Vasut <marex@denx.de> Acked-by: Chris Ball <cjb@laptop.org>
OpenPOWER on IntegriCloud