Skip to content

Commit d8abf9d

Browse files
cpackham-atlnzandy-shev
authored andcommitted
auxdisplay: seg-led-gpio: Import linedisp namespace
The seg-led-gpio driver uses symbols from the linedisp namespace. Ensure these are imported. Fixes: 899383f ("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]>
1 parent 4664b0b commit d8abf9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/seg-led-gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ module_platform_driver(seg_led_driver);
110110
MODULE_AUTHOR("Chris Packham <[email protected]>");
111111
MODULE_DESCRIPTION("7 segment LED driver");
112112
MODULE_LICENSE("GPL");
113+
MODULE_IMPORT_NS(LINEDISP);

0 commit comments

Comments
 (0)