staging: fbtft: remove duplicate entries of ili9225

There are multiple entries for ili9225 display defined in
flexfb_chip_table array. remove duplicate entries and
keep single entry.

Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Amitesh Singh 2017-01-24 23:16:14 +05:30 committed by Greg Kroah-Hartman
parent 1c5fa1c7db
commit d58812486b

View file

@ -417,22 +417,6 @@ static const struct flexfb_lcd_controller flexfb_chip_table[] = {
.init_seq = ili9225_init,
.init_seq_sz = ARRAY_SIZE(ili9225_init),
},
{
.name = "ili9225",
.width = 176,
.height = 220,
.regwidth = 16,
.init_seq = ili9225_init,
.init_seq_sz = ARRAY_SIZE(ili9225_init),
},
{
.name = "ili9225",
.width = 176,
.height = 220,
.regwidth = 16,
.init_seq = ili9225_init,
.init_seq_sz = ARRAY_SIZE(ili9225_init),
},
{
.name = "ili9320",
.width = 240,