diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 4f4b2baa7176..0b54e9a4a8a1 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -53,7 +53,7 @@ acpi_evaluate_reference(acpi_handle handle, | |||
53 | struct acpi_object_list *arguments, | 53 | struct acpi_object_list *arguments, |
54 | struct acpi_handle_list *list); | 54 | struct acpi_handle_list *list); |
55 | 55 | ||
56 | #ifdef CONFIG_ACPI_BUS | 56 | #ifdef CONFIG_ACPI |
57 | 57 | ||
58 | #include <linux/proc_fs.h> | 58 | #include <linux/proc_fs.h> |
59 | 59 | ||
@@ -356,6 +356,6 @@ acpi_handle acpi_get_child(acpi_handle, acpi_integer); | |||
356 | acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); | 356 | acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); |
357 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->firmware_data)) | 357 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->firmware_data)) |
358 | 358 | ||
359 | #endif /*CONFIG_ACPI_BUS */ | 359 | #endif /* CONFIG_ACPI */ |
360 | 360 | ||
361 | #endif /*__ACPI_BUS_H__*/ | 361 | #endif /*__ACPI_BUS_H__*/ |