[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1480335929-4113-1-git-send-email-singh.amitesh@gmail.com>
Date: Mon, 28 Nov 2016 17:55:29 +0530
From: Amitesh Singh <singh.amitesh@...il.com>
To: thomas.petazzoni@...e-electrons.com, noralf@...nnes.org
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: fbtft: remove duplicate entries of ili9225
Signed-off-by: Amitesh Singh <singh.amitesh@...il.com>
---
drivers/staging/fbtft/flexfb.c | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c
index ce0d254..182e3c5 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -170,22 +170,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,
--
2.7.4
Powered by blists - more mailing lists