mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_init
authorKevin Liu <kliu5@marvell.com>
Mon, 25 Mar 2013 09:42:56 +0000 (17:42 +0800)
committerChris Ball <cjb@laptop.org>
Thu, 4 Apr 2013 13:58:11 +0000 (09:58 -0400)
commit73b7afb9764b77fca99d515b8d9cbeeaae5fe55c
tree1fb7fc4bca02f0d34b2d09654398b4e4cbd583fb
parentc09fbd7451b797213b3df8bf077776b9ec33f954
mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_init

sdhci_pltfm_init can set host->ops and host->quirks if sdhci_pltfm_data
is transfered as arguments. Then no need to set them manually in
sdhci_pxav3_probe.

Signed-off-by: Kevin Liu <kliu5@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pxav3.c