From: Jisheng Zhang Date: Tue, 16 Feb 2016 13:08:31 +0000 (+0800) Subject: mmc: sdhci-pltfm: remove priv variable from sdhci_pltfm_host X-Git-Tag: v4.14-rc1~3576^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=887171c730752e26218ed210717df60173d58426;p=platform%2Fkernel%2Flinux-rpi.git mmc: sdhci-pltfm: remove priv variable from sdhci_pltfm_host Now all clients migration to use sdhci_pltfm_init for private allocation is done and there's no users of the priv variable, so we can remove it from the sdhci_pltfm_host structure. Signed-off-by: Jisheng Zhang Acked-by: Arnd Bergmann Acked-by: Adrian Hunter Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-pltfm.h b/drivers/mmc/host/sdhci-pltfm.h index 04bc248..d38053b 100644 --- a/drivers/mmc/host/sdhci-pltfm.h +++ b/drivers/mmc/host/sdhci-pltfm.h @@ -23,7 +23,6 @@ struct sdhci_pltfm_data { struct sdhci_pltfm_host { struct clk *clk; - void *priv; /* to handle quirks across io-accessor calls */ /* migrate from sdhci_of_host */ unsigned int clock;