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 <andriy.shevchenko@linux.intel.com> Link: https://msgid.link/r/20240410202912.1659275-3-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c1ffff8 commit 135cec6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)