Merge remote-tracking branch 'origin/develop-3.10' into develop-3.10-next
[firefly-linux-kernel-4.4.55.git] / include / linux / rockchip / sysmmu.h
index ab3e0414b2e4bf4f295e85c01e512a08186a2ce8..cba6c8f50593abde415f4f67ad539103a7342b0e 100755 (executable)
@@ -44,11 +44,10 @@ struct sysmmu_drvdata;
  *                        translated. This is 0 if @itype is SYSMMU_BUSERROR.
  */
 typedef int (*sysmmu_fault_handler_t)(struct device *dev,
-                                         enum rk_sysmmu_inttype itype,
-                                         unsigned long pgtable_base,
-                                         unsigned long fault_addr,
-                                         unsigned int statu
-                                         );
+                                     enum rk_sysmmu_inttype itype,
+                                     unsigned long pgtable_base,
+                                     unsigned long fault_addr,
+                                     unsigned int statu);
        
 #ifdef CONFIG_ROCKCHIP_IOMMU
 /**