Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / acpi / actables.h
index 4dbaf02..30a4754 100644 (file)
@@ -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);