Skip to content

Commit c56a450

Browse files
Jeff Johnsonandy-shev
authored andcommitted
auxdisplay: hd44780: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/auxdisplay/hd44780_common.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 4adbf70 commit c56a450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/auxdisplay/hd44780_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,5 @@ struct hd44780_common *hd44780_common_alloc(void)
366366
}
367367
EXPORT_SYMBOL_GPL(hd44780_common_alloc);
368368

369+
MODULE_DESCRIPTION("Common functions for HD44780 (and compatibles) LCD displays");
369370
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)