Skip to content

Commit 29b0872

Browse files
committed
auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()
The modpost script is not happy WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/charlcd.o because there is a missing module description. Add it to the module. Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent c352a04 commit 29b0872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/charlcd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,4 +678,5 @@ int charlcd_unregister(struct charlcd *lcd)
678678
}
679679
EXPORT_SYMBOL_GPL(charlcd_unregister);
680680

681+
MODULE_DESCRIPTION("Character LCD core support");
681682
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)