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

alpha/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 avatarRichard Henderson <rth@twiddle.net>
Signed-off-by: default avatarMyron Stowe <myron.stowe@redhat.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 2b6f2c35
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -198,12 +198,6 @@ pcibios_init(void)

subsys_initcall(pcibios_init);

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

#ifdef ALPHA_RESTORE_SRM_SETUP
static struct pdev_srm_saved_conf *srm_saved_configs;