Home
last modified time | relevance | path

Searched hist:"09 c479f7f1fbfaf848e5813996793966cd50be81" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/auxdisplay/
H A Dimg-ascii-lcd.cdiff 09c479f7f1fbfaf848e5813996793966cd50be81 Wed Jan 10 17:41:10 CET 2018 Jesse Chan <jc@linux.com> auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

This change resolves a new compile-time warning
when built as a loadable module:

WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o
see include/linux/module.h for more information

This adds the license as "GPL", which matches the header of the file.

MODULE_DESCRIPTION and MODULE_AUTHOR are also added.

Signed-off-by: Jesse Chan <jc@linux.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>