|
@@ -1108,18 +1108,8 @@ static void __exit ipmmu_exit(void)
|
|
|
subsys_initcall(ipmmu_init);
|
|
|
module_exit(ipmmu_exit);
|
|
|
|
|
|
-#ifdef CONFIG_IOMMU_DMA
|
|
|
-static int __init ipmmu_vmsa_iommu_of_setup(struct device_node *np)
|
|
|
-{
|
|
|
- ipmmu_init();
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
-IOMMU_OF_DECLARE(ipmmu_vmsa_iommu_of, "renesas,ipmmu-vmsa",
|
|
|
- ipmmu_vmsa_iommu_of_setup);
|
|
|
-IOMMU_OF_DECLARE(ipmmu_r8a7795_iommu_of, "renesas,ipmmu-r8a7795",
|
|
|
- ipmmu_vmsa_iommu_of_setup);
|
|
|
-#endif
|
|
|
+IOMMU_OF_DECLARE(ipmmu_vmsa_iommu_of, "renesas,ipmmu-vmsa", NULL);
|
|
|
+IOMMU_OF_DECLARE(ipmmu_r8a7795_iommu_of, "renesas,ipmmu-r8a7795", NULL);
|
|
|
|
|
|
MODULE_DESCRIPTION("IOMMU API for Renesas VMSA-compatible IPMMU");
|
|
|
MODULE_AUTHOR("Laurent Pinchart <laurent.pinchart@ideasonboard.com>");
|