iommu: Remove unused of_get_dma_window()
authorRob Herring <robh@kernel.org>
Thu, 27 May 2021 19:37:09 +0000 (14:37 -0500)
committerJoerg Roedel <jroedel@suse.de>
Tue, 8 Jun 2021 12:15:46 +0000 (14:15 +0200)
commitbb6bfd79d9bc69f0808a4156ec3ca9fb78694039
tree0b2529f9d235c728564740801cddffc9139aff77
parent7978724f399ae7eba5b6d36ae5a7224d5bf3859a
iommu: Remove unused of_get_dma_window()

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 <joro@8bytes.org>
Cc: Will Deacon <will@kernel.org>
Cc: Frank Rowand <frowand.list@gmail.com>
Cc: iommu@lists.linux-foundation.org
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210527193710.1281746-1-robh@kernel.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/of_iommu.c
include/linux/of_iommu.h