aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 09:02:45 -0700
committerSimon Glass <sjg@chromium.org>2022-01-25 11:44:36 -0700
commit383bf1bc9ee21c649d04a03a19eedbffa84b7237 (patch)
treeaf6f2ef26a0b2ee58bc75bbec49d78125616d5c9 /arch/x86
parenta16f48823928b6bfe1e2426b17af1ec325958595 (diff)
downloadu-boot-383bf1bc9ee21c649d04a03a19eedbffa84b7237.zip
u-boot-383bf1bc9ee21c649d04a03a19eedbffa84b7237.tar.gz
u-boot-383bf1bc9ee21c649d04a03a19eedbffa84b7237.tar.bz2
acpi: Move acpi_fill_header() to the generic header
This function is not x86-specific so move it into the common header file. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/acpi_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/acpi_table.h b/arch/x86/include/asm/acpi_table.h
index 55b1a3d..914ca98 100644
--- a/arch/x86/include/asm/acpi_table.h
+++ b/arch/x86/include/asm/acpi_table.h
@@ -24,7 +24,6 @@ struct acpi_table_header;
/* These can be used by the target port */
-void acpi_fill_header(struct acpi_table_header *header, char *signature);
void acpi_create_fadt(struct acpi_fadt *fadt, struct acpi_facs *facs,
void *dsdt);
int acpi_create_madt_lapics(u32 current);