diff options
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index c1c4102e6478..d388f13d48b4 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -39,8 +39,6 @@ | |||
39 | 39 | ||
40 | #include "internal.h" | 40 | #include "internal.h" |
41 | 41 | ||
42 | #define PREFIX "ACPI: " | ||
43 | |||
44 | #define _COMPONENT ACPI_PCI_COMPONENT | 42 | #define _COMPONENT ACPI_PCI_COMPONENT |
45 | ACPI_MODULE_NAME("pci_root"); | 43 | ACPI_MODULE_NAME("pci_root"); |
46 | #define ACPI_PCI_ROOT_CLASS "pci_bridge" | 44 | #define ACPI_PCI_ROOT_CLASS "pci_bridge" |
@@ -51,7 +49,7 @@ static void acpi_pci_root_remove(struct acpi_device *device); | |||
51 | 49 | ||
52 | static int acpi_pci_root_scan_dependent(struct acpi_device *adev) | 50 | static int acpi_pci_root_scan_dependent(struct acpi_device *adev) |
53 | { | 51 | { |
54 | acpiphp_check_host_bridge(adev->handle); | 52 | acpiphp_check_host_bridge(adev); |
55 | return 0; | 53 | return 0; |
56 | } | 54 | } |
57 | 55 | ||