commit | f599da406bd06190110b48b49658d0c911df2ad6 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Tue Feb 16 21:08:27 2016 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 29 11:03:28 2016 +0100 |
tree | a5f2f88f69d036d034e206093bcf2a41ef943871 | |
parent | 8605e7aeab1c2e6aee05a513d1294668c58afc84 [diff] |
mmc: sdhci-pxav3: use sdhci_pltfm_init for private allocation Commit 0e748234293f ("mmc: sdhci: Add size for caller in init+register") allows users of sdhci_pltfm to allocate private space in calls to sdhci_pltfm_init+sdhci_pltfm_register. This patch migrates sdhci-pxav3 to this allocation. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>