--- zzzz-none-000/linux-3.10.107/arch/mips/pci/ops-bcm63xx.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/mips/pci/ops-bcm63xx.c 2021-02-04 17:41:59.000000000 +0000 @@ -9,7 +9,6 @@ #include #include #include -#include #include #include @@ -470,7 +469,7 @@ { switch (bus->number) { case PCIE_BUS_BRIDGE: - return (PCI_SLOT(devfn) == 0); + return PCI_SLOT(devfn) == 0; case PCIE_BUS_DEVICE: if (PCI_SLOT(devfn) == 0) return bcm_pcie_readl(PCIE_DLSTATUS_REG)