Skip to content

Commit 5866a75

Browse files
committed
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 <[email protected]> Reviewed-by: Jerry Snitselaar <[email protected]> Acked-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fb0fd5f commit 5866a75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/include/asm/device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
#define __ASM_DEVICE_H
77

88
struct dev_archdata {
9-
#ifdef CONFIG_IOMMU_API
10-
void *iommu; /* private IOMMU data */
11-
#endif
129
};
1310

1411
struct pdev_archdata {

0 commit comments

Comments
 (0)