From: Stephen Warren Date: Fri, 15 Feb 2013 22:07:19 +0000 (-0700) Subject: mmc: tegra: assume CONFIG_OF, remove platform data X-Git-Tag: v3.9-rc1~78^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e786102949d7461859c6ce9f39c2c8d28e42db3;p=pandora-kernel.git mmc: tegra: assume CONFIG_OF, remove platform data Tegra only supports, and always enables, device tree. Remove all ifdefs and runtime checks for DT support from the driver. Platform data is therefore no longer required. Rework the driver to parse the device tree directly into struct sdhci_tegra. Signed-off-by: Stephen Warren Signed-off-by: Chris Ball --- Reading git-diff-tree failed