soc: mediatek: mtk-svs: 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.

Signed-off-by: Zeng Heng <zengheng4@huawei.com>
Link: https://lore.kernel.org/r/20220928151346.1942977-1-zengheng4@huawei.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Zeng Heng 2022-09-28 23:13:46 +08:00 committed by Matthias Brugger
parent 916120df5a
commit 6f42f5e73b
1 changed files with 1 additions and 0 deletions

View File

@ -2341,6 +2341,7 @@ static const struct of_device_id svs_of_match[] = {
/* Sentinel */
},
};
MODULE_DEVICE_TABLE(of, svs_of_match);
static int svs_probe(struct platform_device *pdev)
{