diff options
author | Amitesh Singh <singh.amitesh@gmail.com> | 2017-01-24 23:16:14 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-25 11:33:21 +0100 |
commit | d58812486bda7ae71dec508b2c471914c2344712 (patch) | |
tree | 637e202157b651d025f3d99d9ba6344725a3855d /drivers/staging/fbtft | |
parent | 1c5fa1c7dbff0b9abc87730cd06bcdb29c9e0589 (diff) | |
download | talos-op-linux-d58812486bda7ae71dec508b2c471914c2344712.tar.gz talos-op-linux-d58812486bda7ae71dec508b2c471914c2344712.zip |
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>
Diffstat (limited to 'drivers/staging/fbtft')
-rw-r--r-- | drivers/staging/fbtft/flexfb.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c index 7d2ffbb4d5a1..af8422e18780 100644 --- a/drivers/staging/fbtft/flexfb.c +++ b/drivers/staging/fbtft/flexfb.c @@ -418,22 +418,6 @@ static const struct flexfb_lcd_controller flexfb_chip_table[] = { .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, .height = 320, |