From: Fabio Estevam Date: Wed, 31 Oct 2012 11:22:58 +0000 (-0200) Subject: mmc: mxs-mmc: Remove platform data X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~96^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ed91aff64891fb4f0e9557d9b1734a9e8410a7;p=pandora-kernel.git 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 Acked-by: Shawn Guo Acked-by: Marek Vasut Signed-off-by: Chris Ball --- Reading git-diff-tree failed