Skip to content

Commit 0b660af

Browse files
committed
ia64: 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]> Link: https://lore.kernel.org/r/[email protected]
1 parent ad962d8 commit 0b660af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/ia64/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_IA64_DEVICE_H
77

88
struct dev_archdata {
9-
#ifdef CONFIG_IOMMU_API
10-
void *iommu; /* hook for IOMMU specific extension */
11-
#endif
129
};
1310

1411
struct pdev_archdata {

0 commit comments

Comments
 (0)