From: Anton Vorontsov Date: Wed, 11 Aug 2010 01:01:49 +0000 (-0700) Subject: sdhci-pltfm: reorganize Makefile entries to support SoC devices X-Git-Tag: v2.6.36-rc1~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845e3f4f06f9b1d34f39601cb6b7abfb8f40653c;p=pandora-kernel.git sdhci-pltfm: reorganize Makefile entries to support SoC devices Due to build system limitations, intermediate and final objects can't have the same names. And as we're going to start building SoC-specific objects, let's rename the module to sdhci-platform, into which we'll link sdhci-pltfm and SoC-specifc objects. There should be no issue in renaming as the driver uses modalias mechanism. This is exactly the same approach as in sdhci-of driver. Signed-off-by: Anton Vorontsov Cc: Ben Dooks Cc: Richard R?jfors Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed