From 02dd38f8dd772e56fd6c8173132f024d22f149fd Mon Sep 17 00:00:00 2001 From: Ryan QIAN Date: Mon, 9 Jan 2012 16:08:18 +0800 Subject: [PATCH] ENGR00173287 remove build warning in SDHC driver platform code - remove unused 'u32 reg' in platform code Signed-off-by: Ryan QIAN --- drivers/mmc/host/sdhci-esdhc-imx.c | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.39.5