summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-01-09 16:08:18 +0800
committerRyan QIAN <b32804@freescale.com>2012-01-31 10:51:37 +0800
commit12bb3337ea8d8db1c3aa1a331574793a302afda4 (patch)
treed056bf3ebf12e03048c5108a85d679e7a8e8fdbe /drivers/mmc
parent17f465f30d2c713e8c1a7afb5d42b8d160a03b45 (diff)
ENGR00173287 remove build warning in SDHC driver platform code
- remove unused 'u32 reg' in platform code Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-esdhc-imx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index de5961468e7b..9362f00623b6 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -345,7 +345,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)) {