mmc: sdhci-iproc: use sdhci_pltfm_unregister directly
authorJisheng Zhang <jszhang@marvell.com>
Tue, 26 Jan 2016 10:26:03 +0000 (18:26 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 29 Feb 2016 10:02:55 +0000 (11:02 +0100)
commitd1a13c5ed3b0c5d75aa413195fbd150adfa93cc8
treecd004c5aac711ca237d2f7e332ef58f76d128587
parent07255f2816b6a75e40f43a113a76f37721f03674
mmc: sdhci-iproc: use sdhci_pltfm_unregister directly

The sdhci_iproc_remove() is jsut a wrapper to sdhci_pltfm_unregister.
So use the sdhci_pltfm_unregister() for the .remove hook directly.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-iproc.c