Re: [PATCH] iommu: mtk: fix module autoloading

From: Joerg Roedel
Date: Fri Apr 12 2024 - 06:06:14 EST


On Wed, Apr 10, 2024 at 06:41:09PM +0200, Krzysztof Kozlowski wrote:
> Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
> based on the alias from of_device_id table.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/iommu/mtk_iommu.c | 1 +
> drivers/iommu/mtk_iommu_v1.c | 1 +
> 2 files changed, 2 insertions(+)

Applied, thanks.