]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sun, 2 Jun 2024 22:05:20 +0000 (15:05 -0700)
committerWilliam Breathitt Gray <wbg@kernel.org>
Mon, 1 Jul 2024 01:29:47 +0000 (10:29 +0900)
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/counter/ftm-quaddec.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/20240602-md-ftm-quaddec-v1-1-1bbdf705ad31@quicinc.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
drivers/counter/ftm-quaddec.c

index aea6622a9b1383c03aeb424e7fe318fd21f23e44..200876f3ec0486baadf84eb34c1db769014606fa 100644 (file)
@@ -322,6 +322,7 @@ static struct platform_driver ftm_quaddec_driver = {
 
 module_platform_driver(ftm_quaddec_driver);
 
+MODULE_DESCRIPTION("Flex Timer Module Quadrature decoder");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Kjeld Flarup <kfa@deif.com>");
 MODULE_AUTHOR("Patrick Havelange <patrick.havelange@essensium.com>");