util.h: Delete unused get_smbios_entry_point() prototype

The get_smbios_entry_point() function doesn't exist, delete
unused prototype.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Eduardo Habkost 2020-12-10 10:13:58 -05:00 committed by Kevin O'Connor
parent 72f917ea37
commit 7b02616560
1 changed files with 0 additions and 1 deletions

View 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);