iommu/dart: Add missing module owner to ops structure
[ Upstream commit2ac2fab529
] This is required to make loading this as a module work. Signed-off-by: Hector Martin <marcan@marcan.st> Fixes:46d1fb072e
("iommu/dart: Add DART iommu driver") Reviewed-by: Sven Peter <sven@svenpeter.dev> Link: https://lore.kernel.org/r/20220502092238.30486-1-marcan@marcan.st Signed-off-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Родитель
7f95fdff56
Коммит
aa9993f8f9
|
@ -757,6 +757,7 @@ static const struct iommu_ops apple_dart_iommu_ops = {
|
|||
.of_xlate = apple_dart_of_xlate,
|
||||
.def_domain_type = apple_dart_def_domain_type,
|
||||
.pgsize_bitmap = -1UL, /* Restricted during dart probe */
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
||||
static irqreturn_t apple_dart_irq(int irq, void *dev)
|
||||
|
|
Загрузка…
Ссылка в новой задаче