diff options
author | Myron Stowe <myron.stowe@redhat.com> | 2012-06-25 23:31:10 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-26 08:54:28 -0400 |
commit | 9d74c5c0a3194f7a4351c47db09449a2e1d97ec1 (patch) | |
tree | 6cdd4347ff966746080a8f695626a135f82cd662 /arch/alpha/kernel | |
parent | 2b6f2c3520124e8bad4bffa71f5b98e602b9cf03 (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.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/kernel/pci.c b/arch/alpha/kernel/pci.c index 1a629636cc16..133d2d445a36 100644 --- a/arch/alpha/kernel/pci.c +++ b/arch/alpha/kernel/pci.c | |||
@@ -198,12 +198,6 @@ pcibios_init(void) | |||
198 | 198 | ||
199 | subsys_initcall(pcibios_init); | 199 | subsys_initcall(pcibios_init); |
200 | 200 | ||
201 | char * __devinit | ||
202 | pcibios_setup(char *str) | ||
203 | { | ||
204 | return str; | ||
205 | } | ||
206 | |||
207 | #ifdef ALPHA_RESTORE_SRM_SETUP | 201 | #ifdef ALPHA_RESTORE_SRM_SETUP |
208 | static struct pdev_srm_saved_conf *srm_saved_configs; | 202 | static struct pdev_srm_saved_conf *srm_saved_configs; |
209 | 203 | ||