diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index 196f97d00956..ca8dba3b40b9 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -386,8 +386,6 @@ static int __devinit acpi_pci_root_add(struct acpi_device *device) | |||
386 | strcpy(acpi_device_class(device), ACPI_PCI_ROOT_CLASS); | 386 | strcpy(acpi_device_class(device), ACPI_PCI_ROOT_CLASS); |
387 | device->driver_data = root; | 387 | device->driver_data = root; |
388 | 388 | ||
389 | device->ops.bind = acpi_pci_bind; | ||
390 | |||
391 | /* | 389 | /* |
392 | * All supported architectures that use ACPI have support for | 390 | * All supported architectures that use ACPI have support for |
393 | * PCI domains, so we indicate this in _OSC support capabilities. | 391 | * PCI domains, so we indicate this in _OSC support capabilities. |