hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/linux/of_iommu.h
....@@ -13,7 +13,8 @@
1313 size_t *size);
1414
1515 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);
1718
1819 #else
1920
....@@ -25,7 +26,8 @@
2526 }
2627
2728 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)
2931 {
3032 return NULL;
3133 }