leds: rt4505: Add MODULE_DESCRIPTION()
authorJeff Johnson <quic_jjohnson@quicinc.com>
Fri, 17 May 2024 19:18:49 +0000 (12:18 -0700)
committerLee Jones <lee@kernel.org>
Fri, 21 Jun 2024 10:57:13 +0000 (11:57 +0100)
Fix the 'make W=1" issue:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/leds/flash/leds-rt4505.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240517-md-leds-rt4505-v1-1-2f388ff6b672@quicinc.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/flash/leds-rt4505.c

index 1ae5b387f4a50de12ceb20c18c25e2dd9741b620..f16358b8dfc19a2f2edace0e39c90c2288d1bec0 100644 (file)
@@ -426,4 +426,5 @@ static struct i2c_driver rt4505_driver = {
 module_i2c_driver(rt4505_driver);
 
 MODULE_AUTHOR("ChiYuan Huang <cy_huang@richtek.com>");
+MODULE_DESCRIPTION("Richtek RT4505 LED driver");
 MODULE_LICENSE("GPL v2");