aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel
diff options
context:
space:
mode:
authorMyron Stowe <myron.stowe@redhat.com>2012-06-25 23:31:10 -0400
committerBjorn Helgaas <bhelgaas@google.com>2012-06-26 08:54:28 -0400
commit9d74c5c0a3194f7a4351c47db09449a2e1d97ec1 (patch)
tree6cdd4347ff966746080a8f695626a135f82cd662 /arch/alpha/kernel
parent2b6f2c3520124e8bad4bffa71f5b98e602b9cf03 (diff)
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: Richard Henderson <rth@twiddle.net> Signed-off-by: Myron Stowe <myron.stowe@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/alpha/kernel')
-rw-r--r--arch/alpha/kernel/pci.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/kernel/pci.c b/arch/alpha/kernel/pci.c
index 1a629636cc1..133d2d445a3 100644
--- a/arch/alpha/kernel/pci.c
+++ b/arch/alpha/kernel/pci.c
@@ -198,12 +198,6 @@ pcibios_init(void)
198 198
199subsys_initcall(pcibios_init); 199subsys_initcall(pcibios_init);
200 200
201char * __devinit
202pcibios_setup(char *str)
203{
204 return str;
205}
206
207#ifdef ALPHA_RESTORE_SRM_SETUP 201#ifdef ALPHA_RESTORE_SRM_SETUP
208static struct pdev_srm_saved_conf *srm_saved_configs; 202static struct pdev_srm_saved_conf *srm_saved_configs;
209 203