diff mbox series

ASoC: codecs: lpass-va-macro: add missing MODULE_DEVICE_TABLE

Message ID 20201120123813.14059-1-srinivas.kandagatla@linaro.org (mailing list archive)
State Accepted
Commit 2b3f6f4af95594d8e9c137ddc8d6bec61f04dbb5
Headers show
Series ASoC: codecs: lpass-va-macro: add missing MODULE_DEVICE_TABLE | expand

Commit Message

Srinivas Kandagatla Nov. 20, 2020, 12:38 p.m. UTC
Fix module loading due by adding missing MODULE_DEVICE_TABLE.

Fixes: 908e6b1df26e ("ASoC: codecs: lpass-va-macro: Add support to VA Macro")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 sound/soc/codecs/lpass-va-macro.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Nov. 20, 2020, 9:29 p.m. UTC | #1
On Fri, 20 Nov 2020 12:38:13 +0000, Srinivas Kandagatla wrote:
> Fix module loading due by adding missing MODULE_DEVICE_TABLE.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: codecs: lpass-va-macro: add missing MODULE_DEVICE_TABLE
      commit: 2b3f6f4af95594d8e9c137ddc8d6bec61f04dbb5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/lpass-va-macro.c b/sound/soc/codecs/lpass-va-macro.c
index b604de07e650..3e6bbef26dcb 100644
--- a/sound/soc/codecs/lpass-va-macro.c
+++ b/sound/soc/codecs/lpass-va-macro.c
@@ -1487,6 +1487,7 @@  static const struct of_device_id va_macro_dt_match[] = {
 	{ .compatible = "qcom,sm8250-lpass-va-macro" },
 	{}
 };
+MODULE_DEVICE_TABLE(of, va_macro_dt_match);
 
 static struct platform_driver va_macro_driver = {
 	.driver = {