Skip to content

Commit e4ee5c3

Browse files
tititiou36andy-shev
authored andcommitted
auxdisplay: img-ascii-lcd: Remove an unused field in struct img_ascii_lcd_ctx
Remove 'cfg' from struct img_ascii_lcd_ctx. It is unused since commit 7e76aec ("auxdisplay: Extract character line display core support") Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent fac04ef commit e4ee5c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/auxdisplay/img-ascii-lcd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ struct img_ascii_lcd_config {
3636
* @base: the base address of the LCD registers
3737
* @regmap: the regmap through which LCD registers are accessed
3838
* @offset: the offset within regmap to the start of the LCD registers
39-
* @cfg: pointer to the LCD model configuration
4039
*/
4140
struct img_ascii_lcd_ctx {
4241
struct linedisp linedisp;
@@ -45,7 +44,6 @@ struct img_ascii_lcd_ctx {
4544
struct regmap *regmap;
4645
};
4746
u32 offset;
48-
const struct img_ascii_lcd_config *cfg;
4947
};
5048

5149
/*

0 commit comments

Comments
 (0)