]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tlclk: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 3 Jun 2024 18:33:05 +0000 (11:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 15:40:14 +0000 (17:40 +0200)
commita464822872f5e0e6a541c0b4971bea10421db5fa
tree1e3f983dca25c1f1bc3650da45ecce24402e6dec
parent45be81fa3b55b9da33be36f5d3d69689dc046942
tlclk: add missing MODULE_DESCRIPTION() macro

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/tlclk.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240603-md-char-tlclk-v1-1-d395aa93da86@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/tlclk.c