]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SDCA: Remove regmap module macros
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 16 May 2025 13:10:06 +0000 (14:10 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 20 May 2025 10:15:36 +0000 (11:15 +0100)
commit96bd04e738f8154b1d798842e89a4fa8b85d2636
treef5bdae2847da7b765cda961ff1965d4d29638555
parent52b97d43b7c52da481758931a111a091da5e4802
ASoC: SDCA: Remove regmap module macros

There is no need to include MODULE_LICENSE() and MODULE_DESCRIPTION() in
sdca_regmap.c as this file is part of a larger module that already
defines these.

Fixes: e3f7caf74b79 ("ASoC: SDCA: Add generic regmap SDCA helpers")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Link: https://patch.msgid.link/20250516131011.221310-3-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_regmap.c