Re: [PATCH] auxdisplay: Fix duplicate CHARLCD config symbol

2021-01-25 Thread Miguel Ojeda
On Fri, Jan 22, 2021 at 5:01 PM Geert Uytterhoeven wrote: > > A second CHARLCD config symbol was added instead of moving the existing > one. Fix this by removing the old one. Applied to -next, thanks! Cheers, Miguel

[PATCH] auxdisplay: Fix duplicate CHARLCD config symbol

2021-01-22 Thread Geert Uytterhoeven
A second CHARLCD config symbol was added instead of moving the existing one. Fix this by removing the old one. Fixes: 718e05ed92ecac0d ("auxdisplay: Introduce hd44780_common.[ch]") Signed-off-by: Geert Uytterhoeven --- drivers/auxdisplay/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff