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 c45593db7718e8f1a589fe081054389d97ee4e6d..1f80a88c75a6ace1369e1888cbf0b369f7dc3cb6 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) {
-               u32 devcap;
-
                if (!pci_is_pcie(dev))
                        continue;