]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regulator: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 10 Jun 2024 14:30:51 +0000 (07:30 -0700)
committerMark Brown <broonie@kernel.org>
Mon, 10 Jun 2024 14:39:29 +0000 (15:39 +0100)
commit8a2744f2955a584188a82d631937aa365d4ea966
treea3e2cad80d925cc02afbdc055f66ab021f990aa4
parent62e4f339619701c4e16b47438ae7529532c28e23
regulator: add missing MODULE_DESCRIPTION() macro

On x86, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/regulator/da9121-regulator.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/regulator/max20411-regulator.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/regulator/rt4831-regulator.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/regulator/tps6286x-regulator.o

Add the missing invocations of the MODULE_DESCRIPTION() macro.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240610-md-drivers-regulator-v2-1-cf39106d7e54@quicinc.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/da9121-regulator.c
drivers/regulator/max20411-regulator.c
drivers/regulator/rt4831-regulator.c
drivers/regulator/tps6286x-regulator.c