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

tile/PCI: factor out pcibios_setup()



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

Acked-by: default avatarChris Metcalf <cmetcalf@tilera.com>
Signed-off-by: default avatarMyron Stowe <myron.stowe@redhat.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent c53a2554
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -400,16 +400,6 @@ void pcibios_set_master(struct pci_dev *dev)
	/* No special bus mastering setup handling. */
}

/*
 * This can be called from the generic PCI layer, but doesn't need to
 * do anything.
 */
char __devinit *pcibios_setup(char *str)
{
	/* Nothing needs to be done. */
	return str;
}

/*
 * This is called from the generic Linux layer.
 */