Skip to content

Commit

Permalink
Revert "platform/chrome: chromeos_laptop: Add Leon Touch"
Browse files Browse the repository at this point in the history
This reverts commit bff3c62.

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 <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
bleungatchromium authored and olofj committed May 28, 2016
1 parent 9e96aa7 commit 8d057e3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions drivers/platform/chrome/chromeos_laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 8d057e3

Please sign in to comment.