diff options
Diffstat (limited to 'include/acpi/achware.h')
-rw-r--r-- | include/acpi/achware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/acpi/achware.h b/include/acpi/achware.h index 45e985961f4c..97a72b193276 100644 --- a/include/acpi/achware.h +++ b/include/acpi/achware.h | |||
@@ -102,11 +102,9 @@ acpi_status | |||
102 | acpi_hw_clear_gpe_block(struct acpi_gpe_xrupt_info *gpe_xrupt_info, | 102 | acpi_hw_clear_gpe_block(struct acpi_gpe_xrupt_info *gpe_xrupt_info, |
103 | struct acpi_gpe_block_info *gpe_block); | 103 | struct acpi_gpe_block_info *gpe_block); |
104 | 104 | ||
105 | #ifdef ACPI_FUTURE_USAGE | ||
106 | acpi_status | 105 | acpi_status |
107 | acpi_hw_get_gpe_status(struct acpi_gpe_event_info *gpe_event_info, | 106 | acpi_hw_get_gpe_status(struct acpi_gpe_event_info *gpe_event_info, |
108 | acpi_event_status * event_status); | 107 | acpi_event_status * event_status); |
109 | #endif /* ACPI_FUTURE_USAGE */ | ||
110 | 108 | ||
111 | acpi_status acpi_hw_disable_all_gpes(void); | 109 | acpi_status acpi_hw_disable_all_gpes(void); |
112 | 110 | ||