aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBenson Leung <bleung@chromium.org>2016-05-28 08:25:33 -0700
committerOlof Johansson <olof@lixom.net>2016-05-28 08:47:48 -0700
commit8d057e3a180da16b0d1519056295165e7b8dc8f5 (patch)
tree3de11ab1cb9c949ff8c911540c7f34b4ea355d99 /drivers
parentplatform/chrome: chromeos_laptop - Add Elan touchpad for Wolf (diff)
downloadlinux-dev-8d057e3a180da16b0d1519056295165e7b8dc8f5.tar.xz
linux-dev-8d057e3a180da16b0d1519056295165e7b8dc8f5.zip
Revert "platform/chrome: chromeos_laptop: Add Leon Touch"
This reverts commit bff3c624dc7261a084a4d25a0b09c3fb0fec872a. Board "Leon" is otherwise known as "Toshiba CB35" and we already have the entry that supports that board as of this commit : 963cb6f platform/chrome: chromeos_laptop - Add Toshiba CB35 Touch Remove this duplicate. Signed-off-by: Benson Leung <bleung@chromium.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/platform/chrome/chromeos_laptop.c15
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 = {
},
};
-static struct chromeos_laptop leon = {
- .i2c_peripherals = {
- /* Touchpad. */
- { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 },
- },
-};
-
#define _CBDD(board_) \
.callback = chromeos_laptop_dmi_matched, \
.driver_data = (void *)&board_
@@ -608,14 +601,6 @@ static struct dmi_system_id chromeos_laptop_dmi_table[] __initdata = {
},
_CBDD(cr48),
},
- {
- .ident = "Leon",
- .matches = {
- DMI_MATCH(DMI_BIOS_VENDOR, "coreboot"),
- DMI_MATCH(DMI_PRODUCT_NAME, "Leon"),
- },
- _CBDD(leon),
- },
{ }
};
MODULE_DEVICE_TABLE(dmi, chromeos_laptop_dmi_table);