]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pwm: ipq: Add missing module description
authorRosen Penev <rosenp@gmail.com>
Sat, 9 May 2026 02:36:09 +0000 (19:36 -0700)
committerUwe Kleine-König <ukleinek@kernel.org>
Tue, 26 May 2026 05:50:42 +0000 (07:50 +0200)
Add a MODULE_DESCRIPTION() entry to fix the modpost warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pwm/pwm-ipq.o

Assisted-by: Codex:GPT-5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Fixes: 728796fc4193 ("pwm: Driver for qualcomm ipq6018 pwm block")
Link: https://patch.msgid.link/20260509023609.1007698-1-rosenp@gmail.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-ipq.c

index 592c26fcc9e669e70ee2d29f17b3a7688b545337..c5337394813619227df4b49c9d34b9753c9d3f71 100644 (file)
@@ -260,4 +260,5 @@ static struct platform_driver ipq_pwm_driver = {
 
 module_platform_driver(ipq_pwm_driver);
 
+MODULE_DESCRIPTION("Qualcomm IPQ PWM driver");
 MODULE_LICENSE("GPL");