The variable is now only used inside biostables.c, there's no
need to make it global.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
smbios->structure_table_length, prev);
}
-struct smbios_21_entry_point *SMBios21Addr;
+static struct smbios_21_entry_point *SMBios21Addr;
void
copy_smbios_21(void *pos)
u32 find_resume_vector(void);
void acpi_reboot(void);
void find_acpi_features(void);
-extern struct smbios_21_entry_point *SMBios21Addr;
void *smbios_get_tables(u32 *length);
void copy_smbios_21(void *pos);
void display_uuid(void);