diff options
Diffstat (limited to 'arch/tile/kernel/pci.c')
-rw-r--r-- | arch/tile/kernel/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c index c45593db7718..1f80a88c75a6 100644 --- a/arch/tile/kernel/pci.c +++ b/arch/tile/kernel/pci.c | |||
@@ -250,8 +250,6 @@ static void fixup_read_and_payload_sizes(void) | |||
250 | 250 | ||
251 | /* Scan for the smallest maximum payload size. */ | 251 | /* Scan for the smallest maximum payload size. */ |
252 | for_each_pci_dev(dev) { | 252 | for_each_pci_dev(dev) { |
253 | u32 devcap; | ||
254 | |||
255 | if (!pci_is_pcie(dev)) | 253 | if (!pci_is_pcie(dev)) |
256 | continue; | 254 | continue; |
257 | 255 | ||