diff options
author | Robert Richter <robert.richter@amd.com> | 2008-07-02 16:50:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-09 05:44:50 -0400 |
commit | ae28d70529b874f657afd0f70ca148599345ba2a (patch) | |
tree | c0387e634300e4d12356fa2290a60e0c1da4ec4e /arch/x86 | |
parent | f4d994b541198446fc3d5d4ec5de232e171bf6dd (diff) |
x86/pci: visws: renaming pcibios_init()
Signed-off-by: Robert Richter <robert.richter@amd.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/pci/visws.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/pci/visws.c b/arch/x86/pci/visws.c index c2df4e97eed6..c3dc9f26812c 100644 --- a/arch/x86/pci/visws.c +++ b/arch/x86/pci/visws.c | |||
@@ -85,7 +85,7 @@ void __init pcibios_update_irq(struct pci_dev *dev, int irq) | |||
85 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); | 85 | pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq); |
86 | } | 86 | } |
87 | 87 | ||
88 | static int __init pcibios_init(void) | 88 | static int __init pci_visws_init(void) |
89 | { | 89 | { |
90 | /* The VISWS supports configuration access type 1 only */ | 90 | /* The VISWS supports configuration access type 1 only */ |
91 | pci_probe = (pci_probe | PCI_PROBE_CONF1) & | 91 | pci_probe = (pci_probe | PCI_PROBE_CONF1) & |
@@ -105,4 +105,4 @@ static int __init pcibios_init(void) | |||
105 | return 0; | 105 | return 0; |
106 | } | 106 | } |
107 | 107 | ||
108 | subsys_initcall(pcibios_init); | 108 | subsys_initcall(pci_visws_init); |