]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
acpi: remove duplicate declaration of acpi_fill_header()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Jan 2024 14:05:00 +0000 (15:05 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Mar 2024 08:22:07 +0000 (09:22 +0100)
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

index 954e3e9503738401eeb3e9ed46c113ef25cfb855..15fd61a51d7d2afae1887bd939e063bccca5850c 100644 (file)
@@ -863,16 +863,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 creator_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
  *