aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r--include/linux/acpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h
index 6882b32aa40f..026c3c011dc0 100644
--- a/include/linux/acpi.h
+++ b/include/linux/acpi.h
@@ -445,7 +445,7 @@ int acpi_gsi_to_irq (u32 gsi, unsigned int *irq);
445 */ 445 */
446void acpi_unregister_gsi (u32 gsi); 446void acpi_unregister_gsi (u32 gsi);
447 447
448#ifdef CONFIG_ACPI_PCI 448#ifdef CONFIG_ACPI
449 449
450struct acpi_prt_entry { 450struct acpi_prt_entry {
451 struct list_head node; 451 struct list_head node;
@@ -479,7 +479,7 @@ struct acpi_pci_driver {
479int acpi_pci_register_driver(struct acpi_pci_driver *driver); 479int acpi_pci_register_driver(struct acpi_pci_driver *driver);
480void acpi_pci_unregister_driver(struct acpi_pci_driver *driver); 480void acpi_pci_unregister_driver(struct acpi_pci_driver *driver);
481 481
482#endif /*CONFIG_ACPI_PCI*/ 482#endif /* CONFIG_ACPI */
483 483
484#ifdef CONFIG_ACPI_EC 484#ifdef CONFIG_ACPI_EC
485 485