Skip to content

Commit 135cec6

Browse files
andy-shevbroonie
authored andcommitted
regmap: spi: Add missing MODULE_DESCRIPTION()
The modpost script is not happy WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-spi.o because there is a missing module description. Add it to the module. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c1ffff8 commit 135cec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/regmap/regmap-spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,5 @@ struct regmap *__devm_regmap_init_spi(struct spi_device *spi,
165165
}
166166
EXPORT_SYMBOL_GPL(__devm_regmap_init_spi);
167167

168+
MODULE_DESCRIPTION("regmap SPI Module");
168169
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)