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 c1c4102e6478..c288ff3c6998 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -51,7 +51,7 @@ static void acpi_pci_root_remove(struct acpi_device *device); | |||
51 | 51 | ||
52 | static int acpi_pci_root_scan_dependent(struct acpi_device *adev) | 52 | static int acpi_pci_root_scan_dependent(struct acpi_device *adev) |
53 | { | 53 | { |
54 | acpiphp_check_host_bridge(adev->handle); | 54 | acpiphp_check_host_bridge(adev); |
55 | return 0; | 55 | return 0; |
56 | } | 56 | } |
57 | 57 | ||