]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/pci_slot.c
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[karo-tx-linux.git] / drivers / acpi / pci_slot.c
index 9bb84d4596be70fd7ff5bae4211ac467d7043fed..cd1f4467be7ba828162246d0596175652e8e7a25 100644 (file)
@@ -150,7 +150,7 @@ register_slot(acpi_handle handle, u32 lvl, void *context, void **rv)
        }
 
        snprintf(name, sizeof(name), "%u", (u32)sun);
-       pci_slot = pci_create_slot(pci_bus, device, name);
+       pci_slot = pci_create_slot(pci_bus, device, name, NULL);
        if (IS_ERR(pci_slot)) {
                err("pci_create_slot returned %ld\n", PTR_ERR(pci_slot));
                kfree(slot);