提交 ae28d705 编写于 作者: R Robert Richter 提交者: Ingo Molnar

x86/pci: visws: renaming pcibios_init()

Signed-off-by: NRobert Richter <robert.richter@amd.com>
Acked-by: NJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 f4d994b5
......@@ -85,7 +85,7 @@ void __init pcibios_update_irq(struct pci_dev *dev, int 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 */
pci_probe = (pci_probe | PCI_PROBE_CONF1) &
......@@ -105,4 +105,4 @@ static int __init pcibios_init(void)
return 0;
}
subsys_initcall(pcibios_init);
subsys_initcall(pci_visws_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册