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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -92,9 +92,3 @@ void pcibios_fixup_bus(struct pci_bus *bus)
		pci_write_config_byte(dev, PCI_LATENCY_TIMER, 32);
	}
}

char *pcibios_setup(char *str)
{
	return str;
}