diff options
author | Mark Brown <broonie@sirena.org.uk> | 2021-05-25 16:44:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@sirena.org.uk> | 2021-05-25 16:44:26 +0100 |
commit | d4e9889b02014a07c8dba3fbbae7205ea4084350 (patch) | |
tree | 66038b2d9e18c8a63ccc3ef7ff96809e96136bac /sound/soc/codecs/lpass-tx-macro.c | |
parent | eb37ca9c98ae1a61eb9bbe157d320bbe858adbf4 (diff) | |
parent | 41daf6ba594d55f201c50280ebcd430590441da1 (diff) |
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.14
Diffstat (limited to 'sound/soc/codecs/lpass-tx-macro.c')
-rw-r--r-- | sound/soc/codecs/lpass-tx-macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/lpass-tx-macro.c b/sound/soc/codecs/lpass-tx-macro.c index acd2fbc0ca7c..27a0d5defd27 100644 --- a/sound/soc/codecs/lpass-tx-macro.c +++ b/sound/soc/codecs/lpass-tx-macro.c @@ -1846,6 +1846,7 @@ static const struct of_device_id tx_macro_dt_match[] = { { .compatible = "qcom,sm8250-lpass-tx-macro" }, { } }; +MODULE_DEVICE_TABLE(of, tx_macro_dt_match); static struct platform_driver tx_macro_driver = { .driver = { .name = "tx_macro", |