diff options
-rw-r--r-- | drivers/acpi/acpica/acevents.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/acevents.h b/drivers/acpi/acpica/acevents.h index ebb467fe3678..04a83fe47d6f 100644 --- a/drivers/acpi/acpica/acevents.h +++ b/drivers/acpi/acpica/acevents.h | |||
@@ -51,8 +51,6 @@ acpi_status acpi_ev_initialize_events(void); | |||
51 | 51 | ||
52 | acpi_status acpi_ev_install_xrupt_handlers(void); | 52 | acpi_status acpi_ev_install_xrupt_handlers(void); |
53 | 53 | ||
54 | acpi_status acpi_ev_install_fadt_gpes(void); | ||
55 | |||
56 | u32 acpi_ev_fixed_event_detect(void); | 54 | u32 acpi_ev_fixed_event_detect(void); |
57 | 55 | ||
58 | /* | 56 | /* |
@@ -127,10 +125,6 @@ acpi_status | |||
127 | acpi_ev_match_gpe_method(acpi_handle obj_handle, | 125 | acpi_ev_match_gpe_method(acpi_handle obj_handle, |
128 | u32 level, void *context, void **return_value); | 126 | u32 level, void *context, void **return_value); |
129 | 127 | ||
130 | acpi_status | ||
131 | acpi_ev_match_prw_and_gpe(acpi_handle obj_handle, | ||
132 | u32 level, void *context, void **return_value); | ||
133 | |||
134 | /* | 128 | /* |
135 | * evgpeutil - GPE utilities | 129 | * evgpeutil - GPE utilities |
136 | */ | 130 | */ |