X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Facpi%2Factables.h;fp=include%2Facpi%2Factables.h;h=30a47542e1c8ed109407d4771dd5969a3047f508;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=4dbaf02fe526685d7def74b211db037c565674a1;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 4dbaf02fe..30a47542e 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h @@ -136,11 +136,7 @@ acpi_status acpi_tb_is_table_installed(struct acpi_table_desc *new_table_desc); acpi_status acpi_tb_verify_table_checksum(struct acpi_table_header *table_header); -u8 acpi_tb_sum_table(void *buffer, u32 length); - -u8 acpi_tb_generate_checksum(struct acpi_table_header *table); - -void acpi_tb_set_checksum(struct acpi_table_header *table); +u8 acpi_tb_generate_checksum(void *buffer, u32 length); acpi_status acpi_tb_validate_table_header(struct acpi_table_header *table_header);