* [PATCH] pwm: ipq: Add missing module description
@ 2026-05-09 2:36 Rosen Penev
2026-05-10 15:08 ` Uwe Kleine-König
0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-05-09 2:36 UTC (permalink / raw)
To: linux-pwm; +Cc: Uwe Kleine-König, open list
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>
---
drivers/pwm/pwm-ipq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pwm/pwm-ipq.c b/drivers/pwm/pwm-ipq.c
index 592c26fcc9e6..c53373948136 100644
--- a/drivers/pwm/pwm-ipq.c
+++ b/drivers/pwm/pwm-ipq.c
@@ -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");
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-10 15:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 2:36 [PATCH] pwm: ipq: Add missing module description Rosen Penev
2026-05-10 15:08 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox