drivers/mmc/host/via-sdmmc.c: In function âvia_reset_pcictrlâ: drivers/mmc/host/via-sdmmc.c:805:8: warning: variable âaddrbaseâ set but not used [-Wunused-but-set-variable] Signed-off-by: Chris Ball <cjb@xxxxxxxxxx> Cc: Harald Welte <HaraldWelte@xxxxxxxxxxx> --- drivers/mmc/host/via-sdmmc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/via-sdmmc.c b/drivers/mmc/host/via-sdmmc.c index 9ed84dd..8c5b488 100644 --- a/drivers/mmc/host/via-sdmmc.c +++ b/drivers/mmc/host/via-sdmmc.c @@ -802,12 +802,9 @@ static const struct mmc_host_ops via_sdc_ops = { static void via_reset_pcictrl(struct via_crdr_mmc_host *host) { - void __iomem *addrbase; unsigned long flags; u8 gatt; - addrbase = host->pcictrl_mmiobase; - spin_lock_irqsave(&host->lock, flags); via_save_pcictrlreg(host); -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html