From: Mark Brown Date: Tue, 30 Apr 2013 14:08:27 +0000 (+0100) Subject: mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdfe1c26fb9f24cfdf124384abb35396ca2cd3f;p=pandora-kernel.git mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms Commit cc014f3 (mmc: sdhci-s3c: remove platform dependencies) changed the platform dependency in Kconfig to depend on SAMSUNG_SINGLE, meaning the driver was available only on single zImage Samsung platforms. This breaks platforms that haven't been converted such as S3C64xx. Revert that part of the change to fix. [arnd: CONFIG_SAMSUNG_SINGLE was actually introduced only for non-multiplatform configurations, but was subsequently removed, which means the driver was now broken both for single- and multi- platform. The dependency was there by accident anyway, so reverting this is still the correct solution] Signed-off-by: Mark Brown Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed