Commit 8ad50582 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Greg Ungerer

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: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 706a7415
...@@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus) ...@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment