powerpc: dart_iommu: optionally populate controller_ops on init
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / maple / setup.c
index 56b85cd61aaf23eb8b96265b3fd74422e3910722..3bf2e0359d5e7645909b94f3c6899303dcd8b716 100644 (file)
@@ -203,7 +203,7 @@ static void __init maple_init_early(void)
 {
        DBG(" -> maple_init_early\n");
 
-       iommu_init_early_dart();
+       iommu_init_early_dart(NULL);
 
        DBG(" <- maple_init_early\n");
 }