]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: qcom-pm8008: Add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 4 Jun 2024 00:05:44 +0000 (17:05 -0700)
committerLee Jones <lee@kernel.org>
Thu, 4 Jul 2024 16:38:40 +0000 (17:38 +0100)
make allmodconfig && make W=1 C=1 reports:

  WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/mfd/qcom-pm8008.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-drivers-mfd-qcom-v1-1-88e48013eccc@quicinc.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/qcom-pm8008.c

index 246b5fe9819dc5fb80632a32c4c5250920acd99e..60204cc9a2dc60cc1fe1b64030f5d803100e7874 100644 (file)
@@ -275,4 +275,5 @@ static struct i2c_driver pm8008_mfd_driver = {
 };
 module_i2c_driver(pm8008_mfd_driver);
 
+MODULE_DESCRIPTION("QCOM PM8008 Power Management IC driver");
 MODULE_LICENSE("GPL v2");