diff options
Diffstat (limited to 'drivers/acpi/video_detect.c')
-rw-r--r-- | drivers/acpi/video_detect.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 90e2d54be526..1316ddd92fac 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c | |||
@@ -135,14 +135,6 @@ static const struct dmi_system_id video_detect_dmi_table[] = { | |||
135 | DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"), | 135 | DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"), |
136 | }, | 136 | }, |
137 | }, | 137 | }, |
138 | { | ||
139 | .callback = video_detect_force_vendor, | ||
140 | .ident = "Dell Inspiron 5737", | ||
141 | .matches = { | ||
142 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
143 | DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5737"), | ||
144 | }, | ||
145 | }, | ||
146 | 138 | ||
147 | /* | 139 | /* |
148 | * These models have a working acpi_video backlight control, and using | 140 | * These models have a working acpi_video backlight control, and using |