From: Arnd Bergmann Date: Mon, 4 Mar 2013 17:28:21 +0000 (+0100) Subject: mmc: sdhci-s3c: remove platform dependencies X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc014f3e29e15140e35e14fa194034baee92df2a;p=pandora-kernel.git mmc: sdhci-s3c: remove platform dependencies plat/regs-sdhci.h is not used anywhere but in the sdhci-s3c driver, so it can become a local file there and all other inclusions removed. plat/sdhci.h is used only to define the platform devices, and with the exception of the platform_data structure not needed by the driver, so we can split out the platform_data definition instead and leave the rest to platform code. Signed-off-by: Arnd Bergmann Acked-by: Chris Ball --- Reading git-diff-tree failed