mmc: sdhci-s3c: Fix driver data for Exynos4 SoCs
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 4 Oct 2017 06:38:24 +0000 (08:38 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:55:58 +0000 (14:55 +0900)
commit2b14ed3e1764ed8a472424941da606394bc6427b
tree58e9c97bf4110322c61c6588e99ba94795b287ad
parent6170f38bcddab232affa701c65baf7a3308aa686
mmc: sdhci-s3c: Fix driver data for Exynos4 SoCs

Support for non-dt based initialization for Exynos SoCs has been removed,
so there is no need to keep driver IDs for this case. While touching this,
replace odd conditional code for instantiating driver data for Exynos4
SoCs with a simple reference and move that driver data under CONFIG_OF.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-s3c.c