diff options
Diffstat (limited to 'drivers/acpi/acpica/actables.h')
-rw-r--r-- | drivers/acpi/acpica/actables.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/actables.h b/drivers/acpi/acpica/actables.h index 1c127a43017b..7e0b6f1bec9c 100644 --- a/drivers/acpi/acpica/actables.h +++ b/drivers/acpi/acpica/actables.h | |||
@@ -58,7 +58,9 @@ u8 *acpi_tb_scan_memory_for_rsdp(u8 *start_address, u32 length); | |||
58 | /* | 58 | /* |
59 | * tbdata - table data structure management | 59 | * tbdata - table data structure management |
60 | */ | 60 | */ |
61 | acpi_status acpi_tb_get_next_root_index(u32 *table_index); | 61 | acpi_status |
62 | acpi_tb_get_next_table_descriptor(u32 *table_index, | ||
63 | struct acpi_table_desc **table_desc); | ||
62 | 64 | ||
63 | void | 65 | void |
64 | acpi_tb_init_table_descriptor(struct acpi_table_desc *table_desc, | 66 | acpi_tb_init_table_descriptor(struct acpi_table_desc *table_desc, |
@@ -119,11 +121,6 @@ acpi_tb_install_standard_table(acpi_physical_address address, | |||
119 | u8 flags, | 121 | u8 flags, |
120 | u8 reload, u8 override, u32 *table_index); | 122 | u8 reload, u8 override, u32 *table_index); |
121 | 123 | ||
122 | acpi_status | ||
123 | acpi_tb_store_table(acpi_physical_address address, | ||
124 | struct acpi_table_header *table, | ||
125 | u32 length, u8 flags, u32 *table_index); | ||
126 | |||
127 | void acpi_tb_uninstall_table(struct acpi_table_desc *table_desc); | 124 | void acpi_tb_uninstall_table(struct acpi_table_desc *table_desc); |
128 | 125 | ||
129 | void acpi_tb_terminate(void); | 126 | void acpi_tb_terminate(void); |