1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

libflashrom.map: remove non-existent functions

Remove symbol names from the map that do not exist in the code.
https://bugs.gentoo.org/928955

Change-Id: I30bab842d9cbd2daaa9902fd3223f47145cb0e7f
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/83261
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
This commit is contained in:
Fabian Groffen 2024-06-28 20:46:25 +02:00 committed by Anastasia Klimchuk
parent 9bb30822d8
commit f67aa6773d

View File

@ -1,7 +1,5 @@
LIBFLASHROM_1.0 {
global:
flashrom_board_info;
flashrom_chipset_info;
flashrom_data_free;
flashrom_flag_get;
flashrom_flag_set;
@ -9,7 +7,6 @@ LIBFLASHROM_1.0 {
flashrom_flash_getsize;
flashrom_flash_probe;
flashrom_flash_release;
flashrom_flashchip_info;
flashrom_image_read;
flashrom_image_verify;
flashrom_image_write;