]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci-s3c: fix broken compilation for non-Exynos SoCs
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 9 Mar 2012 13:44:27 +0000 (14:44 +0100)
committerChris Ball <cjb@laptop.org>
Sun, 1 Apr 2012 03:32:15 +0000 (23:32 -0400)
commit8ab36773784815bf97e2177a02a849d0fb66b745
treef17af8804ef4eeb67321000b8942a1a3b543c141
parente9711ff097dddae0639142e3341119bcc35ea04e
mmc: sdhci-s3c: fix broken compilation for non-Exynos SoCs

exynos4_sdhci_drv_data structure is not available on non-Exynos builds,
that's why EXYNOS4_SDHCI_DRV_DATA macro has been introduced. This patch
fixes commit 67819656 'mmc: sdhci-s3c: Add device tree support' to use
that macro. This fixes broken build for pre-Exynos SoCs.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c