Re: [PATCH -next] soc: mediatek: add missing MODULE_DEVICE_TABLE

From: Matthias Brugger
Date: Wed May 12 2021 - 15:35:19 EST




On 11/05/2021 05:55, Zou Wei wrote:
> 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@xxxxxxxxxx>
> Signed-off-by: Zou Wei <zou_wei@xxxxxxxxxx>

Applied to v5.13-next/soc

Thanks

> ---
> drivers/soc/mediatek/mtk-devapc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/soc/mediatek/mtk-devapc.c b/drivers/soc/mediatek/mtk-devapc.c
> index f1cea04..7c65ad3 100644
> --- a/drivers/soc/mediatek/mtk-devapc.c
> +++ b/drivers/soc/mediatek/mtk-devapc.c
> @@ -234,6 +234,7 @@ static const struct of_device_id mtk_devapc_dt_match[] = {
> }, {
> },
> };
> +MODULE_DEVICE_TABLE(of, mtk_devapc_dt_match);
>
> static int mtk_devapc_probe(struct platform_device *pdev)
> {
>