]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/i386/pci/init.c
Pull acpica into test branch
[linux-2.6-omap-h63xx.git] / arch / i386 / pci / init.c
index d028e1b05c3697e56e64631b0863cb3d90819fd3..b21b6da8ab1dc6915258a4ec211e43cb6c39c61c 100644 (file)
@@ -28,6 +28,10 @@ static __init int pci_access_init(void)
 #ifdef CONFIG_PCI_DIRECT
        pci_direct_init(type);
 #endif
+       if (!raw_pci_ops)
+               printk(KERN_ERR
+               "PCI: Fatal: No config space access function found\n");
+
        return 0;
 }
 arch_initcall(pci_access_init);