commit | bc45719c1b1a56047246d44c7e4ed88a8ae702c1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jan 18 01:28:04 2018 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Jan 18 09:08:56 2018 +0100 |
tree | 359d9d0ea79497ab52e41603496bcdcc484d4696 | |
parent | 6fb294f791af8f491812d4eef6b13a57c9c1de34 [diff] |
mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument Drivers need to set up various struct members for tmio_mmc_host before calling tmio_mmc_host_probe(). Do likewise for host->dma_ops instead of passing it as a function argument. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>