aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/visws.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/pci/visws.c')
-rw-r--r--arch/x86/pci/visws.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/pci/visws.c b/arch/x86/pci/visws.c
index 343ccf668d14..2e022210a632 100644
--- a/arch/x86/pci/visws.c
+++ b/arch/x86/pci/visws.c
@@ -107,7 +107,11 @@ static int __init pci_visws_init(void)
107 107
108static __init int pci_subsys_init(void) 108static __init int pci_subsys_init(void)
109{ 109{
110 return -1;
111
110 pci_visws_init(); 112 pci_visws_init();
111 pcibios_init(); 113 pcibios_init();
114
115 return 0;
112} 116}
113subsys_initcall(pci_subsys_init); 117subsys_initcall(pci_subsys_init);