diff mbox series

[1/1] acpi: remove duplicate declaration of acpi_fill_header()

Message ID 20240121140500.176028-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series [1/1] acpi: remove duplicate declaration of acpi_fill_header() | expand

Commit Message

Heinrich Schuchardt Jan. 21, 2024, 2:05 p.m. UTC
acpi_fill_header() is declared twice in include/acpi/acpi_table.h

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 include/acpi/acpi_table.h | 10 ----------
 1 file changed, 10 deletions(-)
diff mbox series

Patch

diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h
index e67562ef654..2e22ce92996 100644
--- a/include/acpi/acpi_table.h
+++ b/include/acpi/acpi_table.h
@@ -828,16 +828,6 @@  void acpi_create_dbg2(struct acpi_dbg2_header *dbg2,
 		      struct acpi_gen_regaddr *address, uint32_t address_size,
 		      const char *device_path);
 
-/**
- * acpi_fill_header() - Set up a new table header
- *
- * This sets all fields except length, revision, checksum and aslc_revision
- *
- * @header: ACPI header to update
- * @signature: Table signature to use (4 characters)
- */
-void acpi_fill_header(struct acpi_table_header *header, char *signature);
-
 /**
  * acpi_align() - Align the ACPI output pointer to a 16-byte boundary
  *