Skip to content

Commit 48c1a30

Browse files
jeff-t-johnsonbroonie
authored andcommitted
regmap-i2c: add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-i2c.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/20240613-md-arm64-drivers-base-regmap-v1-1-222be554d520@quicinc.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 540c53d commit 48c1a30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/base/regmap/regmap-i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,4 +397,5 @@ struct regmap *__devm_regmap_init_i2c(struct i2c_client *i2c,
397397
}
398398
EXPORT_SYMBOL_GPL(__devm_regmap_init_i2c);
399399

400+
MODULE_DESCRIPTION("Register map access API - I2C support");
400401
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)