From: Chris Packham Date: Sun, 10 Mar 2024 21:13:04 +0000 (+1300) Subject: auxdisplay: seg-led-gpio: Import linedisp namespace X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d8abf9d4ea3578e594fdde0d25d29cbabab96981;p=linux.git auxdisplay: seg-led-gpio: Import linedisp namespace 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 Closes: https://lore.kernel.org/r/202403100401.IDre04gu-lkp@intel.com/ Reviewed-by: Geert Uytterhoeven Signed-off-by: Andy Shevchenko --- diff --git a/drivers/auxdisplay/seg-led-gpio.c b/drivers/auxdisplay/seg-led-gpio.c index 5dc2a006cac5e..35a8dbb1e9d27 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 "); MODULE_DESCRIPTION("7 segment LED driver"); MODULE_LICENSE("GPL"); +MODULE_IMPORT_NS(LINEDISP);