]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
alpha/PCI: factor out pcibios_setup()
authorMyron Stowe <myron.stowe@redhat.com>
Tue, 26 Jun 2012 03:31:10 +0000 (21:31 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Jun 2012 12:54:28 +0000 (06:54 -0600)
The PCI core provides a generic pcibios_setup() routine.  Drop this
architecture-specific version in favor of that.

Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/alpha/kernel/pci.c

index 1a629636cc16ae8e17ec16a973d846725eb9c807..133d2d445a362b305102ed5e27a8d3914fd85b84 100644 (file)
@@ -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;