aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <[email protected]>2024-03-11 10:13:04 +1300
committerAndy Shevchenko <[email protected]>2024-03-11 11:56:45 +0200
commitd8abf9d4ea3578e594fdde0d25d29cbabab96981 (patch)
tree61fa70424414f1f6aed2b0edbbea734d0bc3a541
parent4664b0bbb69ce61a913336a1f093383a4aa43824 (diff)
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 <[email protected]> Closes: https://lore.kernel.org/r/[email protected]/ Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
-rw-r--r--drivers/auxdisplay/seg-led-gpio.c1
1 files changed, 1 insertions, 0 deletions
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 <[email protected]>");
MODULE_DESCRIPTION("7 segment LED driver");
MODULE_LICENSE("GPL");
+MODULE_IMPORT_NS(LINEDISP);