summaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/include/plat/regs-sdhci.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann1-87/+0
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 <arnd@arndb.de> Acked-by: Chris Ball <cjb@laptop.org>
2010-01-21ARM: SAMSUNG: Move more support into plat-samsungBen Dooks1-0/+87
Move header files which are not likely to be touched in any further support addition out of plat-s3c's include directory into plat-samsung. Signed-off-by: Ben Dooks <ben-linux@fluff.org>