diff options
Diffstat (limited to 'drivers/acpi/acpica/acutils.h')
-rw-r--r-- | drivers/acpi/acpica/acutils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/acutils.h b/drivers/acpi/acpica/acutils.h index 4f25e8f0cd5f..be8180c17d7e 100644 --- a/drivers/acpi/acpica/acutils.h +++ b/drivers/acpi/acpica/acutils.h | |||
@@ -663,12 +663,6 @@ acpi_status | |||
663 | acpi_ut_initialize_buffer(struct acpi_buffer *buffer, | 663 | acpi_ut_initialize_buffer(struct acpi_buffer *buffer, |
664 | acpi_size required_length); | 664 | acpi_size required_length); |
665 | 665 | ||
666 | void *acpi_ut_allocate(acpi_size size, | ||
667 | u32 component, const char *module, u32 line); | ||
668 | |||
669 | void *acpi_ut_allocate_zeroed(acpi_size size, | ||
670 | u32 component, const char *module, u32 line); | ||
671 | |||
672 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS | 666 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS |
673 | void *acpi_ut_allocate_and_track(acpi_size size, | 667 | void *acpi_ut_allocate_and_track(acpi_size size, |
674 | u32 component, const char *module, u32 line); | 668 | u32 component, const char *module, u32 line); |