Re: [PATCH 1/2] iommu: Remove unused of_get_dma_window()

2021-06-04 Thread Joerg Roedel
On Thu, May 27, 2021 at 02:37:09PM -0500, Rob Herring wrote: > drivers/iommu/of_iommu.c | 68 > include/linux/of_iommu.h | 17 ++ > 2 files changed, 3 insertions(+), 82 deletions(-) Applied both, thanks.

[PATCH 1/2] iommu: Remove unused of_get_dma_window()

2021-05-27 Thread Rob Herring
of_get_dma_window() was added in 2012 and removed in 2014 in commit 891846516317 ("memory: Add NVIDIA Tegra memory controller support"). Remove it and simplify the header to use forward declarations for structs rather than includes. Cc: Joerg Roedel Cc: Will Deacon Cc: Frank Rowand Cc: iommu@li