Skip to content

Commit ad962d8

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/include/asm/device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#define _ASM_X86_DEVICE_H
44

55
struct dev_archdata {
6-
#ifdef CONFIG_IOMMU_API
7-
void *iommu; /* hook for IOMMU specific extension */
8-
#endif
96
};
107

118
struct pdev_archdata {

0 commit comments

Comments
 (0)