diff options
Diffstat (limited to 'drivers/acpi/blacklist.c')
-rw-r--r-- | drivers/acpi/blacklist.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index 078c4f7fe2dd..afec4526c48a 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/kernel.h> | 30 | #include <linux/kernel.h> |
31 | #include <linux/init.h> | 31 | #include <linux/init.h> |
32 | #include <linux/acpi.h> | 32 | #include <linux/acpi.h> |
33 | #include <acpi/acpi_bus.h> | ||
34 | #include <linux/dmi.h> | 33 | #include <linux/dmi.h> |
35 | 34 | ||
36 | #include "internal.h" | 35 | #include "internal.h" |
@@ -261,14 +260,6 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = { | |||
261 | }, | 260 | }, |
262 | { | 261 | { |
263 | .callback = dmi_disable_osi_win8, | 262 | .callback = dmi_disable_osi_win8, |
264 | .ident = "Dell Inspiron 15R SE", | ||
265 | .matches = { | ||
266 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
267 | DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"), | ||
268 | }, | ||
269 | }, | ||
270 | { | ||
271 | .callback = dmi_disable_osi_win8, | ||
272 | .ident = "ThinkPad Edge E530", | 263 | .ident = "ThinkPad Edge E530", |
273 | .matches = { | 264 | .matches = { |
274 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 265 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |