Skip to content

Commit

Permalink
arch/tile: remove unused variable 'devcap'
Browse files Browse the repository at this point in the history
Commit 503275b removed the use of the variable but not
the variable itself.

Signed-off-by: Chris Metcalf <[email protected]>
  • Loading branch information
cmetcalf-tilera committed Apr 4, 2014
1 parent 603eb2c commit 5eb0bdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/tile/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5eb0bdf

Please sign in to comment.