iommu/virtio: Add missing MODULE_DEVICE_TABLE
authorBixuan Cui <cuibixuan@huawei.com>
Sat, 8 May 2021 03:14:51 +0000 (11:14 +0800)
committerJoerg Roedel <jroedel@suse.de>
Tue, 18 May 2021 09:24:18 +0000 (11:24 +0200)
commit382d91fc0f4f1b13f8a0dcbf7145f4f175b71a18
tree48b897cf1d230b1a7d38f10600232e0d61b711e5
parenta017c567915fd7a017006f8c210e2c6b30ab6fad
iommu/virtio: 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: Bixuan Cui <cuibixuan@huawei.com>
Fixes: fa4afd78ea12 ("iommu/virtio: Build virtio-iommu as module")
Reviewed-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Link: https://lore.kernel.org/r/20210508031451.53493-1-cuibixuan@huawei.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/virtio-iommu.c