diff options
author | Lin Ming <ming.m.lin@intel.com> | 2010-12-13 00:38:55 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 04:24:41 -0500 |
commit | 84f6b2a681cd2cc55ecc3fa94bfbe672d7ef4126 (patch) | |
tree | 229eda6f7295014de7dee6fcd8f32a91dddc03ae /drivers/acpi/acpica/acevents.h | |
parent | 8b6cd8ad18def34bfc5045b2a0234329bf94cf78 (diff) |
ACPICA: Remove unused function declarations
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acevents.h')
-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 | */ |