Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[pandora-kernel.git] / arch / s390 / pci / pci.c
index b2c76f6..9833620 100644 (file)
@@ -913,8 +913,7 @@ static int __init pci_base_init(void)
        if (!s390_pci_probe)
                return 0;
 
-       if (!test_facility(2) || !test_facility(69)
-           || !test_facility(71) || !test_facility(72))
+       if (!test_facility(69) || !test_facility(71) || !test_facility(72))
                return 0;
 
        rc = zpci_debug_init();