r6040: remove unused pioaddr variable
authorMark Kelly <mark@bifferos.com>
Thu, 20 Aug 2009 01:26:12 +0000 (01:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2009 02:16:26 +0000 (19:16 -0700)
This patch removes the unused pioaddr variable.

Signed-off-by: Mark Kelly <mark@bifferos.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r6040.c

index 840677f..60bd010 100644 (file)
@@ -1091,7 +1091,6 @@ static int __devinit r6040_init_one(struct pci_dev *pdev,
        int err, io_size = R6040_IO_SIZE;
        static int card_idx = -1;
        int bar = 0;
-       long pioaddr;
        u16 *adrp;
 
        printk(KERN_INFO "%s\n", version);
@@ -1121,7 +1120,6 @@ static int __devinit r6040_init_one(struct pci_dev *pdev,
                goto err_out;
        }
 
-       pioaddr = pci_resource_start(pdev, bar);        /* IO map base address */
        pci_set_master(pdev);
 
        dev = alloc_etherdev(sizeof(struct r6040_private));