All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace
@ 2024-03-10 21:13 Chris Packham
  2024-03-11  9:46 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Packham @ 2024-03-10 21:13 UTC (permalink / raw)
  To: andy, geert; +Cc: linux-kernel, Chris Packham

The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure
these are imported.

Fixes: 899383f9ecf5 ("auxdisplay: Add 7-segment LED display driver")
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 drivers/auxdisplay/seg-led-gpio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/auxdisplay/seg-led-gpio.c b/drivers/auxdisplay/seg-led-gpio.c
index 5dc2a006cac5..35a8dbb1e9d2 100644
--- a/drivers/auxdisplay/seg-led-gpio.c
+++ b/drivers/auxdisplay/seg-led-gpio.c
@@ -110,3 +110,4 @@ module_platform_driver(seg_led_driver);
 MODULE_AUTHOR("Chris Packham <chris.packham@alliedtelesis.co.nz>");
 MODULE_DESCRIPTION("7 segment LED driver");
 MODULE_LICENSE("GPL");
+MODULE_IMPORT_NS(LINEDISP);
-- 
2.43.2


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

end of thread, other threads:[~2024-03-11  9:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10 21:13 [PATCH] auxdisplay: seg-led-gpio: Import linedisp namespace Chris Packham
2024-03-11  9:46 ` Geert Uytterhoeven
2024-03-11  9:57   ` Andy Shevchenko

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.