mm: thp: set the accessed flag for old pages on access fault
[pandora-kernel.git] / drivers / iommu / omap-iommu.c
index 8f32b2b..aba706c 100644 (file)
@@ -1229,7 +1229,8 @@ static int __init omap_iommu_init(void)
 
        return platform_driver_register(&omap_iommu_driver);
 }
-module_init(omap_iommu_init);
+/* must be ready before omap3isp is probed */
+subsys_initcall(omap_iommu_init);
 
 static void __exit omap_iommu_exit(void)
 {