Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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
7e76aece6f03 ("auxdisplay: Extract character line display core support")

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

authored by

Christophe JAILLET and committed by
Andy Shevchenko
e4ee5c3c fac04efc

-2
-2
drivers/auxdisplay/img-ascii-lcd.c
··· 36 36 * @base: the base address of the LCD registers 37 37 * @regmap: the regmap through which LCD registers are accessed 38 38 * @offset: the offset within regmap to the start of the LCD registers 39 - * @cfg: pointer to the LCD model configuration 40 39 */ 41 40 struct img_ascii_lcd_ctx { 42 41 struct linedisp linedisp; ··· 44 45 struct regmap *regmap; 45 46 }; 46 47 u32 offset; 47 - const struct img_ascii_lcd_config *cfg; 48 48 }; 49 49 50 50 /*