diff options
Diffstat (limited to 'include/linux/of_iommu.h')
-rw-r--r-- | include/linux/of_iommu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/of_iommu.h b/include/linux/of_iommu.h index fc4add39361a..13394ac83c66 100644 --- a/include/linux/of_iommu.h +++ b/include/linux/of_iommu.h @@ -31,11 +31,6 @@ static inline const struct iommu_ops *of_iommu_configure(struct device *dev, #endif /* CONFIG_OF_IOMMU */ -static inline const struct iommu_ops *of_iommu_get_ops(struct device_node *np) -{ - return iommu_ops_from_fwnode(&np->fwnode); -} - extern struct of_device_id __iommu_of_table; typedef int (*of_iommu_init_fn)(struct device_node *); |