mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +00:00
acpi: remove duplicate declaration of acpi_fill_header()
acpi_fill_header() is declared twice in include/acpi/acpi_table.h Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
23f128f55b
commit
4b0c1c4116
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue