auxdisplay: charlcd: Add missing MODULE_DESCRIPTION()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 9 Apr 2024 16:14:44 +0000 (19:14 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 11 Apr 2024 10:32:05 +0000 (13:32 +0300)
commit29b08729abf5fcf1c3844de34ddfcc5e6d7a11a4
treecc205954087d41dc39dc0e38d08aa2a343f24475
parentc352a04107264ff5ec3c38db044137cd99c4ba55
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 <geert@linux-m68k.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/auxdisplay/charlcd.c