All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] auxdisplay: Fix duplicate CHARLCD config symbol
@ 2021-01-22 16:01 Geert Uytterhoeven
  2021-01-25 21:21 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-01-22 16:01 UTC (permalink / raw)
  To: Lars Poeschel, Miguel Ojeda Sandonis
  Cc: Willy Tarreau, Miguel Ojeda, Randy Dunlap, linux-kernel,
	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 <geert@linux-m68k.org>
---
 drivers/auxdisplay/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index a2b59b84bb881c82..1509cb74705a30ad 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -507,6 +507,3 @@ config PANEL
 	depends on PARPORT
 	select AUXDISPLAY
 	select PARPORT_PANEL
-
-config CHARLCD
-	tristate "Character LCD core support" if COMPILE_TEST
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] auxdisplay: Fix duplicate CHARLCD config symbol
  2021-01-22 16:01 [PATCH] auxdisplay: Fix duplicate CHARLCD config symbol Geert Uytterhoeven
@ 2021-01-25 21:21 ` Miguel Ojeda
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2021-01-25 21:21 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Lars Poeschel, Willy Tarreau, Miguel Ojeda, Randy Dunlap, linux-kernel

On Fri, Jan 22, 2021 at 5:01 PM Geert Uytterhoeven <geert@linux-m68k.org> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-25 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 16:01 [PATCH] auxdisplay: Fix duplicate CHARLCD config symbol Geert Uytterhoeven
2021-01-25 21:21 ` Miguel Ojeda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.