mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
m68k/pci: Drop useless pcibios_setup()
The PCI core supplies a weak pcibios_setup() implementation that is identical to the m68k implementation. Remove the m68k version since it is unnecessary. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
parent
706a741595
commit
8ad5058221
1 changed files with 0 additions and 6 deletions
|
@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus)
|
||||||
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
|
pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
char *pcibios_setup(char *str)
|
|
||||||
{
|
|
||||||
return str;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue