diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2014-04-04 19:11:40 +0200 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-04-04 19:11:40 +0200 |
commit | 5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea (patch) | |
tree | 6e088ca06c7c92ee9cb0fc638f730d3d00795d39 /arch/tile | |
parent | tile: Fix vDSO compilation issue with allyesconfig (diff) | |
download | linux-5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea.tar.xz linux-5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea.zip |
arch/tile: remove unused variable 'devcap'
Commit 503275bf37 removed the use of the variable but not
the variable itself.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/kernel/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c index c45593db7718..1f80a88c75a6 100644 --- a/arch/tile/kernel/pci.c +++ b/arch/tile/kernel/pci.c @@ -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; |