diff options
Diffstat (limited to 'arch/i386/kernel/dmi_scan.c')
-rw-r--r-- | arch/i386/kernel/dmi_scan.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/i386/kernel/dmi_scan.c b/arch/i386/kernel/dmi_scan.c index b4bae60f5065..065c30a73c13 100644 --- a/arch/i386/kernel/dmi_scan.c +++ b/arch/i386/kernel/dmi_scan.c | |||
@@ -177,16 +177,6 @@ static __init int broken_toshiba_keyboard(struct dmi_blacklist *d) | |||
177 | } | 177 | } |
178 | 178 | ||
179 | 179 | ||
180 | #ifdef CONFIG_ACPI_SLEEP | ||
181 | static __init int reset_videomode_after_s3(struct dmi_blacklist *d) | ||
182 | { | ||
183 | /* See acpi_wakeup.S */ | ||
184 | extern long acpi_video_flags; | ||
185 | acpi_video_flags |= 2; | ||
186 | return 0; | ||
187 | } | ||
188 | #endif | ||
189 | |||
190 | 180 | ||
191 | /* | 181 | /* |
192 | * Process the DMI blacklists | 182 | * Process the DMI blacklists |
@@ -204,12 +194,6 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={ | |||
204 | MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"), | 194 | MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"), |
205 | NO_MATCH, NO_MATCH, NO_MATCH | 195 | NO_MATCH, NO_MATCH, NO_MATCH |
206 | } }, | 196 | } }, |
207 | #ifdef CONFIG_ACPI_SLEEP | ||
208 | { reset_videomode_after_s3, "Toshiba Satellite 4030cdt", { /* Reset video mode after returning from ACPI S3 sleep */ | ||
209 | MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"), | ||
210 | NO_MATCH, NO_MATCH, NO_MATCH | ||
211 | } }, | ||
212 | #endif | ||
213 | 197 | ||
214 | { NULL, } | 198 | { NULL, } |
215 | }; | 199 | }; |