]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00173287 remove build warning in SDHC driver platform code
authorRyan QIAN <b32804@freescale.com>
Mon, 9 Jan 2012 08:08:18 +0000 (16:08 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:40 +0000 (14:10 +0200)
- remove unused 'u32 reg' in platform code

Signed-off-by: Ryan QIAN <b32804@freescale.com>
drivers/mmc/host/sdhci-esdhc-imx.c

index 884c538d2791b8c8d3f72b453683721ca39ca6ce..3d774b9e8d10936f7122f2d81aef47922f804163 100644 (file)
@@ -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)) {