]> xenbits.xensource.com Git - osstest/seabios.git/commitdiff
util.h: Delete unused get_smbios_entry_point() prototype
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 15:13:58 +0000 (10:13 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:12 +0000 (11:39 -0500)
The get_smbios_entry_point() function doesn't exist, delete
unused prototype.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
src/util.h

index 0de35229dc0cb8f8eb527f8af27a6739c998c0d6..652ca6b1e97c486a49ded3428ddc0df2102d0c6d 100644 (file)
@@ -88,7 +88,6 @@ u32 find_resume_vector(void);
 void acpi_reboot(void);
 void find_acpi_features(void);
 extern struct smbios_entry_point *SMBiosAddr;
-struct smbios_entry_point *get_smbios_entry_point();
 void copy_smbios(void *pos);
 void display_uuid(void);
 void copy_table(void *pos);