ASoC: sti: sti_uniperif: 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: Chen Lifu <chenlifu@huawei.com> Reviewed-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Link: https://lore.kernel.org/r/20210409015953.259688-1-chenlifu@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
13a9e21b80
Коммит
462c47c2fc
|
@ -97,6 +97,7 @@ static const struct of_device_id snd_soc_sti_match[] = {
|
|||
},
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, snd_soc_sti_match);
|
||||
|
||||
int sti_uniperiph_reset(struct uniperif *uni)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче