Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Remove dev->archdata.iommu pointer

There are no users left, all drivers have been converted to use the
per-device private pointer offered by IOMMU core.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20200625130836.1916-13-joro@8bytes.org

-3
-3
arch/arm64/include/asm/device.h
··· 6 6 #define __ASM_DEVICE_H 7 7 8 8 struct dev_archdata { 9 - #ifdef CONFIG_IOMMU_API 10 - void *iommu; /* private IOMMU data */ 11 - #endif 12 9 }; 13 10 14 11 struct pdev_archdata {