Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regmap: mmio: Add missing MODULE_DESCRIPTION()

There were already several commits to add module descriptions to regmap
modules. But this one was still missing:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-mmio.o

Signed-off-by: Luis Henriques <luis@igalia.com>
Link: https://patch.msgid.link/20250728150829.11890-1-luis@igalia.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Luis Henriques and committed by
Mark Brown
886f42ce 8f5ae30d

+1
+1
drivers/base/regmap/regmap-mmio.c
··· 609 609 } 610 610 EXPORT_SYMBOL_GPL(regmap_mmio_detach_clk); 611 611 612 + MODULE_DESCRIPTION("regmap MMIO Module"); 612 613 MODULE_LICENSE("GPL v2");