diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2013-10-28 07:45:53 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-11-08 14:32:03 -0500 |
commit | e395c4387c746b4cc7aace4c44baecd7e69a3249 (patch) | |
tree | d85154c04b75fd96273df235fb497515bb66a5cd /drivers/mmc/host/wbsd.c | |
parent | ecd3a7dad982aeba6409ef6d933fd7e372a70127 (diff) | |
download | linux-e395c4387c746b4cc7aace4c44baecd7e69a3249.tar.bz2 |
mmc: wbsd: Silence compiler warning
The commit "mmc: wbsd: Move away from using deprecated APIs" introduced
a compiler warning, let's silence it.
Cc: Pierre Ossman <pierre@ossman.eu>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/wbsd.c')
-rw-r--r-- | drivers/mmc/host/wbsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c index 024c82414996..1defd5ed3236 100644 --- a/drivers/mmc/host/wbsd.c +++ b/drivers/mmc/host/wbsd.c @@ -1859,7 +1859,6 @@ static int wbsd_platform_resume(struct platform_device *dev) static int wbsd_pnp_suspend(struct pnp_dev *pnp_dev, pm_message_t state) { struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); - struct wbsd_host *host; if (mmc == NULL) return 0; |