Loading arch/alpha/kernel/pci.c +0 −6 Original line number Diff line number Diff line Loading @@ -254,12 +254,6 @@ void pcibios_fixup_bus(struct pci_bus *bus) } } int pcibios_enable_device(struct pci_dev *dev, int mask) { return pci_enable_resources(dev, mask); } /* * If we set up a device for bus mastering, we need to check the latency * timer as certain firmware forgets to set it properly, as seen Loading Loading
arch/alpha/kernel/pci.c +0 −6 Original line number Diff line number Diff line Loading @@ -254,12 +254,6 @@ void pcibios_fixup_bus(struct pci_bus *bus) } } int pcibios_enable_device(struct pci_dev *dev, int mask) { return pci_enable_resources(dev, mask); } /* * If we set up a device for bus mastering, we need to check the latency * timer as certain firmware forgets to set it properly, as seen Loading