arch/tile: remove unused variable 'devcap'
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 4 Apr 2014 17:11:40 +0000 (13:11 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 4 Apr 2014 17:11:40 +0000 (13:11 -0400)
Commit 503275bf37 removed the use of the variable but not
the variable itself.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/pci.c

index c45593d..1f80a88 100644 (file)
@@ -250,8 +250,6 @@ static void fixup_read_and_payload_sizes(void)
 
        /* Scan for the smallest maximum payload size. */
        for_each_pci_dev(dev) {
 
        /* Scan for the smallest maximum payload size. */
        for_each_pci_dev(dev) {
-               u32 devcap;
-
                if (!pci_is_pcie(dev))
                        continue;
 
                if (!pci_is_pcie(dev))
                        continue;