1
0
Fork 0

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>
wifi-calibration
Chris Metcalf 2014-04-04 13:11:40 -04:00
parent 603eb2cdee
commit 5eb0bdf844
1 changed files with 0 additions and 2 deletions

View File

@ -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;