From: Chris Metcalf Date: Fri, 4 Apr 2014 17:11:40 +0000 (-0400) Subject: arch/tile: remove unused variable 'devcap' X-Git-Tag: v3.15-rc1~68^2 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea arch/tile: remove unused variable 'devcap' Commit 503275bf37 removed the use of the variable but not the variable itself. Signed-off-by: Chris Metcalf --- 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;