diff options
-rw-r--r-- | arch/x86/platform/efi/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index fbc1d70188f8..1d3372ac9c66 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c | |||
@@ -71,7 +71,7 @@ static __initdata efi_config_table_type_t arch_tables[] = { | |||
71 | #ifdef CONFIG_X86_UV | 71 | #ifdef CONFIG_X86_UV |
72 | {UV_SYSTEM_TABLE_GUID, "UVsystab", &efi.uv_systab}, | 72 | {UV_SYSTEM_TABLE_GUID, "UVsystab", &efi.uv_systab}, |
73 | #endif | 73 | #endif |
74 | {NULL_GUID, NULL, 0}, | 74 | {NULL_GUID, NULL, NULL}, |
75 | }; | 75 | }; |
76 | 76 | ||
77 | /* | 77 | /* |