Pull Kconfig into release branch
[pandora-kernel.git] / drivers / pci / hotplug / rpaphp_core.c
index 6e79f56..6380045 100644 (file)
@@ -360,9 +360,6 @@ static int __init rpaphp_init(void)
        while ((dn = of_find_node_by_type(dn, "pci")))
                rpaphp_add_slot(dn);
 
-       if (!num_slots)
-               return -ENODEV;
-
        return 0;
 }