mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
ASoC: codecs: lpass-tx-macro: add missing MODULE_DEVICE_TABLE
This patch adds missing MODULE_DEVICE_TABLE definition which generates correct modalias for automatic loading of this driver when it is built as an external module. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Bixuan Cui <cuibixuan@huawei.com> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20210508031512.53783-1-cuibixuan@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d4335d058f
commit
14c0c42374
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user