diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index e5099919e574..f23fcc5c9674 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -603,7 +603,7 @@ static int __devinit acpi_pci_root_add(struct acpi_device *device) | |||
603 | * ----------------------- | 603 | * ----------------------- |
604 | * Thus binding the ACPI and PCI devices. | 604 | * Thus binding the ACPI and PCI devices. |
605 | */ | 605 | */ |
606 | result = acpi_pci_bind_root(device, &root->id, root->bus); | 606 | result = acpi_pci_bind_root(device); |
607 | if (result) | 607 | if (result) |
608 | goto end; | 608 | goto end; |
609 | 609 | ||