Commit a45639c8 authored by Myron Stowe's avatar Myron Stowe Committed by Bjorn Helgaas
Browse files

parisc/PCI: factor out pcibios_setup()



The PCI core provides a generic pcibios_setup() routine.  Drop this
architecture-specific version in favor of that.

Signed-off-by: default avatarMyron Stowe <myron.stowe@redhat.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 938ca516
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -139,11 +139,6 @@ void pcibios_fixup_bus(struct pci_bus *bus)
}


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

/*
 * Called by pci_set_master() - a driver interface.
 *