Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;