Skip to content

Commit d502645

Browse files
Jeff Johnsonlag-linaro
authored andcommitted
mfd: qcom-pm8008: Add missing MODULE_DESCRIPTION() macro
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 4c4ade1 commit d502645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/qcom-pm8008.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,5 @@ static struct i2c_driver pm8008_mfd_driver = {
275275
};
276276
module_i2c_driver(pm8008_mfd_driver);
277277

278+
MODULE_DESCRIPTION("QCOM PM8008 Power Management IC driver");
278279
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)