soc: mediatek: mtk-svs: add missing MODULE_DEVICE_TABLE
authorZeng Heng <zengheng4@huawei.com>
Wed, 28 Sep 2022 15:13:46 +0000 (23:13 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 1 Feb 2023 13:35:12 +0000 (14:35 +0100)
commit6f42f5e73bb431c7e01c15dadfdc15872aa85db5
tree54badb499896eadd035d56d01dff5ff30938ce77
parent916120df5aa926d65f4666c075ed8d4955ef7bab
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>
drivers/soc/mediatek/mtk-svs.c