]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/pci/hotplug/rpaphp_pci.c
acpiphp: disable bridges
[mv-sheeva.git] / drivers / pci / hotplug / rpaphp_pci.c
index d1297d070a75fb8df2ac905a26822425741090ca..6f6cbede5135cde8cd7f9a8a2b68c6a77b7c8ea9 100644 (file)
@@ -199,7 +199,7 @@ exit_rc:
        return -EINVAL;
 }
 
-int register_pci_slot(struct slot *slot)
+int rpaphp_register_pci_slot(struct slot *slot)
 {
        int rc = -EINVAL;
 
@@ -207,7 +207,7 @@ int register_pci_slot(struct slot *slot)
                goto exit_rc;
        if (setup_pci_slot(slot))
                goto exit_rc;
-       rc = register_slot(slot);
+       rc = rpaphp_register_slot(slot);
 exit_rc:
        return rc;
 }