Browse Source

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>
Robert Richter 17 years ago
parent
commit
ae28d70529
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/x86/pci/visws.c

+ 2 - 2
arch/x86/pci/visws.c

@@ -85,7 +85,7 @@ void __init pcibios_update_irq(struct pci_dev *dev, int irq)
 	pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
 	pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
 }
 }
 
 
-static int __init pcibios_init(void)
+static int __init pci_visws_init(void)
 {
 {
 	/* The VISWS supports configuration access type 1 only */
 	/* The VISWS supports configuration access type 1 only */
 	pci_probe = (pci_probe | PCI_PROBE_CONF1) &
 	pci_probe = (pci_probe | PCI_PROBE_CONF1) &
@@ -105,4 +105,4 @@ static int __init pcibios_init(void)
 	return 0;
 	return 0;
 }
 }
 
 
-subsys_initcall(pcibios_init);
+subsys_initcall(pci_visws_init);