diff options
Diffstat (limited to 'lib/uuid.c')
| -rw-r--r-- | lib/uuid.c | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/lib/uuid.c b/lib/uuid.c index afb40bff507..2d7d99535e7 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -9,7 +9,6 @@  #define LOG_CATEGOT LOGC_CORE -#include <common.h>  #include <command.h>  #include <efi_api.h>  #include <env.h> @@ -18,7 +17,6 @@  #include <uuid.h>  #include <linux/ctype.h>  #include <errno.h> -#include <common.h>  #include <asm/io.h>  #include <part_efi.h>  #include <malloc.h> @@ -179,6 +177,10 @@ static const struct {  		SMBIOS_TABLE_GUID,  	},  	{ +		"SMBIOS3 table", +		SMBIOS3_TABLE_GUID, +	}, +	{  		"Runtime properties",  		EFI_RT_PROPERTIES_TABLE_GUID,  	}, | 
