diff options
| -rw-r--r-- | drivers/platform/chrome/chromeos_laptop.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c index 8398a7d96490..e8a44a9bc916 100644 --- a/drivers/platform/chrome/chromeos_laptop.c +++ b/drivers/platform/chrome/chromeos_laptop.c | |||
| @@ -514,13 +514,6 @@ static struct chromeos_laptop cr48 = { | |||
| 514 | }, | 514 | }, |
| 515 | }; | 515 | }; |
| 516 | 516 | ||
| 517 | static struct chromeos_laptop leon = { | ||
| 518 | .i2c_peripherals = { | ||
| 519 | /* Touchpad. */ | ||
| 520 | { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, | ||
| 521 | }, | ||
| 522 | }; | ||
| 523 | |||
| 524 | #define _CBDD(board_) \ | 517 | #define _CBDD(board_) \ |
| 525 | .callback = chromeos_laptop_dmi_matched, \ | 518 | .callback = chromeos_laptop_dmi_matched, \ |
| 526 | .driver_data = (void *)&board_ | 519 | .driver_data = (void *)&board_ |
| @@ -608,14 +601,6 @@ static struct dmi_system_id chromeos_laptop_dmi_table[] __initdata = { | |||
| 608 | }, | 601 | }, |
| 609 | _CBDD(cr48), | 602 | _CBDD(cr48), |
| 610 | }, | 603 | }, |
| 611 | { | ||
| 612 | .ident = "Leon", | ||
| 613 | .matches = { | ||
| 614 | DMI_MATCH(DMI_BIOS_VENDOR, "coreboot"), | ||
| 615 | DMI_MATCH(DMI_PRODUCT_NAME, "Leon"), | ||
| 616 | }, | ||
| 617 | _CBDD(leon), | ||
| 618 | }, | ||
| 619 | { } | 604 | { } |
| 620 | }; | 605 | }; |
| 621 | MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table); | 606 | MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table); |
