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)
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>

No differences found