From: Chris Metcalf Date: Fri, 4 Apr 2014 17:11:40 +0000 (-0400) Subject: arch/tile: remove unused variable 'devcap' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5eb0bdf84433eb7b7ad4ba92a80aac57ad4b46ea;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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;