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>
},
};
-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_
},
_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);