x86: Drop nhlt_serialise()
authorSimon Glass <sjg@chromium.org>
Sat, 29 Aug 2020 21:23:07 +0000 (15:23 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Sep 2020 09:00:28 +0000 (17:00 +0800)
This function is not actually used in U-Boot. Drop it.

Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/acpi_nhlt.h

index 4720321..2c44196 100644 (file)
@@ -139,14 +139,6 @@ void nhlt_next_instance(struct nhlt *nhlt, int link_type);
 
 /*
  * Serialize NHLT object to ACPI table. Take in the beginning address of where
- * the table will reside and return the address of the next ACPI table. On
- * error 0 will be returned. The NHLT object is no longer valid after this
- * function is called.
- */
-uintptr_t nhlt_serialise(struct nhlt *nhlt, uintptr_t acpi_addr);
-
-/*
- * Serialize NHLT object to ACPI table. Take in the beginning address of where
  * the table will reside oem_id and oem_table_id and return the address of the
  * next ACPI table. On error 0 will be returned. The NHLT object is no longer
  * valid after this function is called.