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>
This commit is contained in:
committed by
Mark Brown
parent
8f5ae30d69
commit
886f42ce96
@@ -609,4 +609,5 @@ void regmap_mmio_detach_clk(struct regmap *map)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(regmap_mmio_detach_clk);
|
||||
|
||||
MODULE_DESCRIPTION("regmap MMIO Module");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
Reference in New Issue
Block a user