mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 05:52:35 +0000 (14:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Aug 2016 03:39:47 +0000 (12:39 +0900)
commit3937404f8b80eb482661a182ebb774e96356c607
treef62f6b5686a5ecf693cccb815dd5b6acd8e8990e
parent4a70d2622377fd04cd72d1da568acf71d23e02b6
mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPS

Catch up with the DM migration.

As struct dm_mmc_ops does not have .init callback, call the init
function directly from the probe function.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/Kconfig
drivers/mmc/uniphier-sd.c