Explorar o código

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>
Chris Metcalf %!s(int64=11) %!d(string=hai) anos
pai
achega
5eb0bdf844
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      arch/tile/kernel/pci.c

+ 0 - 2
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;