From: Ryan QIAN Date: Mon, 9 Jan 2012 08:08:18 +0000 (+0800) Subject: ENGR00173287 remove build warning in SDHC driver platform code X-Git-Tag: v3.0.35-fsl_4.1.0~1761 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b662a1ead7e39f7d99eb28fb47fcda6dfc0e20b;p=karo-tx-linux.git ENGR00173287 remove build warning in SDHC driver platform code - remove unused 'u32 reg' in platform code Signed-off-by: Ryan QIAN --- diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 884c538d2791..3d774b9e8d10 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c @@ -346,7 +346,6 @@ static int esdhc_pltfm_init(struct sdhci_host *host, struct sdhci_pltfm_data *pd struct clk *clk; int err; struct pltfm_imx_data *imx_data; - u32 reg; clk = clk_get(mmc_dev(host->mmc), NULL); if (IS_ERR(clk)) {