Commit 161cd3dd authored by Andrey Panin's avatar Andrey Panin Committed by Linus Torvalds

[PATCH] DMI isn't broken anymore

This patch removes dmi_broken global variable which is not used anymore.
Signed-off-by: default avatarAndrey Panin <pazke@donpac.ru>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b2a5631d
......@@ -11,8 +11,6 @@
#include <linux/dmi.h>
#include <linux/bootmem.h>
unsigned long dmi_broken;
EXPORT_SYMBOL(dmi_broken);
int es7000_plat = 0;
......
......@@ -465,12 +465,6 @@ struct alt_instr {
void disable_hlt(void);
void enable_hlt(void);
extern unsigned long dmi_broken;
extern int es7000_plat;
#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002
#define BROKEN_PNP_BIOS 0x0004
#define BROKEN_CPUFREQ 0x0008
#endif
......@@ -159,10 +159,6 @@ extern void acpi_reserve_bootmem(void);
extern int acpi_disabled;
extern int acpi_pci_disabled;
#define dmi_broken (0)
#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002
#endif /*__KERNEL__*/
#endif /*_ASM_ACPI_H*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment