diff options
Diffstat (limited to 'drivers/acpi/acpica/acparser.h')
-rw-r--r-- | drivers/acpi/acpica/acparser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acparser.h b/drivers/acpi/acpica/acparser.h index eefcf47a61a0..24a59056eee1 100644 --- a/drivers/acpi/acpica/acparser.h +++ b/drivers/acpi/acpica/acparser.h | |||
@@ -211,8 +211,6 @@ void acpi_ps_free_op(union acpi_parse_object *op); | |||
211 | 211 | ||
212 | u8 acpi_ps_is_leading_char(u32 c); | 212 | u8 acpi_ps_is_leading_char(u32 c); |
213 | 213 | ||
214 | u8 acpi_ps_is_prefix_char(u32 c); | ||
215 | |||
216 | #ifdef ACPI_FUTURE_USAGE | 214 | #ifdef ACPI_FUTURE_USAGE |
217 | u32 acpi_ps_get_name(union acpi_parse_object *op); | 215 | u32 acpi_ps_get_name(union acpi_parse_object *op); |
218 | #endif /* ACPI_FUTURE_USAGE */ | 216 | #endif /* ACPI_FUTURE_USAGE */ |