diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index d29951c11be0..3ce3edfcc3cd 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -758,8 +758,8 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = { | |||
758 | DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), | 758 | DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), |
759 | }, | 759 | }, |
760 | }, | 760 | }, |
761 | {} | ||
762 | #endif | 761 | #endif |
762 | {} | ||
763 | }; | 763 | }; |
764 | 764 | ||
765 | /* | 765 | /* |