kernel/include/linux/of_iommu.h
.. .. @@ -13,7 +13,8 @@ 13 13 size_t *size); 14 14 15 15 extern const struct iommu_ops *of_iommu_configure(struct device *dev, 16 - struct device_node *master_np);16 + struct device_node *master_np,17 + const u32 *id);17 18 18 19 #else 19 20 .. .. @@ -25,7 +26,8 @@ 25 26 } 26 27 27 28 static inline const struct iommu_ops *of_iommu_configure(struct device *dev, 28 - struct device_node *master_np)29 + struct device_node *master_np,30 + const u32 *id)29 31 { 30 32 return NULL; 31 33 }