mmc: sdhci: Remove ->platform_init() callback as it's no longer used
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 30 Aug 2016 07:23:12 +0000 (09:23 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 26 Sep 2016 19:31:16 +0000 (21:31 +0200)
commit92add82e0ce0946d7aa6f2ae71cd160d914d2f48
tree489a1c2309737cee9ba544c057eb32f132de390f
parentc10bc3722378e5b387880c3c8baf19efc9676fe2
mmc: sdhci: Remove ->platform_init() callback as it's no longer used

The commit 1ef5e49e46b9 ("mmc: sdhci-of-esdhc: add/remove some quirks
according to vendor version") moved sdhci-of-esdhc away from using the
->platform_init() callback.

As it was the only user of it and that it seems reasonable to believe that
it won't be needed again, let's just remove it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
drivers/mmc/host/sdhci-pltfm.c
drivers/mmc/host/sdhci.h