diff options
author | Ryan QIAN <b32804@freescale.com> | 2012-01-09 16:08:18 +0800 |
---|---|---|
committer | Ryan QIAN <b32804@freescale.com> | 2012-01-31 10:51:37 +0800 |
commit | 12bb3337ea8d8db1c3aa1a331574793a302afda4 (patch) | |
tree | d056bf3ebf12e03048c5108a85d679e7a8e8fdbe /drivers | |
parent | 17f465f30d2c713e8c1a7afb5d42b8d160a03b45 (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')
-rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 1 |
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)) { |