aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <[email protected]>2011-02-23 17:29:13 -0500
committerChris Ball <[email protected]>2011-03-15 13:49:44 -0400
commite7054ba1f73c0a0e2489251499bdbc21b88b4190 (patch)
treecd721866c8d5149cb0da53cbea57010a462c82f2
parentb3bd1b5b0054f716e58a65d4e2e449ea0252e9dd (diff)
mmc: via-sdmmc: Remove set-but-unused variable.
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 <[email protected]> Cc: Harald Welte <[email protected]> Acked-by: Wolfram Sang <[email protected]>
-rw-r--r--drivers/mmc/host/via-sdmmc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/via-sdmmc.c b/drivers/mmc/host/via-sdmmc.c
index 9ed84ddb4780..8c5b4881ccd6 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);