Prechádzať zdrojové kódy

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>
Amitesh Singh 8 rokov pred
rodič
commit
d58812486b
1 zmenil súbory, kde vykonal 0 pridanie a 16 odobranie
  1. 0 16
      drivers/staging/fbtft/flexfb.c

+ 0 - 16
drivers/staging/fbtft/flexfb.c

@@ -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,