Commit 5eb0bdf8 authored by Chris Metcalf's avatar Chris Metcalf

arch/tile: remove unused variable 'devcap'

Commit 503275bf removed the use of the variable but not
the variable itself.
Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 603eb2cd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment