Skip to content

Commit 4adbf70

Browse files
Jeff Johnsonandy-shev
authored andcommitted
auxdisplay: linedisp: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/line-display.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent c8ffef9 commit 4adbf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/line-display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,5 @@ void linedisp_unregister(struct linedisp *linedisp)
396396
}
397397
EXPORT_SYMBOL_NS_GPL(linedisp_unregister, LINEDISP);
398398

399+
MODULE_DESCRIPTION("Character line display core support");
399400
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)