summaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2014-04-04 13:11:40 -0400
committerChris Metcalf <cmetcalf@tilera.com>2014-04-04 13:11:40 -0400
commit5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea (patch)
tree6e088ca06c7c92ee9cb0fc638f730d3d00795d39 /arch/tile
parent603eb2cdee10d1006befa07ff62b6c63129df6c1 (diff)
downloadlinux-0-day-5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea.tar.gz
linux-0-day-5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea.tar.xz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c
index c45593db7718e..1f80a88c75a6a 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;