diff options
| author | Andrey Panin <pazke@donpac.ru> | 2004-06-26 20:55:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-26 20:55:52 -0700 |
| commit | 0afbfb45082fd1411e06a4c61f40b07b3b99a74c (patch) | |
| tree | 2249f535c76fcada47b2cd9f0044a14e79a40736 /include | |
| parent | b490da14040589c41e11f28dd04d179d268275fa (diff) | |
[PATCH] dmi_scan: port sonypi driver to new DMI probing
This patch ports sonypi driver to new DMI probing API and removes
is_sony_vaio_laptop global variable.
Signed-off-by: Andrey Panin <pazke@donpac.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/system.h b/include/asm-i386/system.h index 6b1d2e84a20d..35745114abfb 100644 --- a/include/asm-i386/system.h +++ b/include/asm-i386/system.h @@ -466,7 +466,6 @@ void disable_hlt(void); void enable_hlt(void); extern unsigned long dmi_broken; -extern int is_sony_vaio_laptop; extern int es7000_plat; #define BROKEN_ACPI_Sx 0x0001 |
