From c4af138527b087a18ce34d9076e880a8c7829c51 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 4 Apr 2014 13:11:40 -0400 Subject: [PATCH] arch/tile: remove unused variable 'devcap' Commit 751798445a removed the use of the variable but not the variable itself. Signed-off-by: Chris Metcalf --- arch/tile/kernel/pci.c | 2 -- 1 file changed, 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; -- 2.39.5