summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/device.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-06-25 15:08:32 +0200
committerJoerg Roedel <jroedel@suse.de>2020-06-30 11:59:48 +0200
commitad962d864c61a73757085847027a532cbe2c1353 (patch)
tree02a6f6fc3a9baf4d710b961be6fb9b5d4fefbf8c /arch/x86/include/asm/device.h
parent589601720d9d0366670eb415a4a62692d7af3713 (diff)
downloadlinux-ad962d864c61a73757085847027a532cbe2c1353.tar.bz2
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 <jroedel@suse.de> Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com> Acked-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/20200625130836.1916-10-joro@8bytes.org
Diffstat (limited to 'arch/x86/include/asm/device.h')
-rw-r--r--arch/x86/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/device.h b/arch/x86/include/asm/device.h
index 49bd6cf3eec9..7c0a52ca2f4d 100644
--- a/arch/x86/include/asm/device.h
+++ b/arch/x86/include/asm/device.h
@@ -3,9 +3,6 @@
#define _ASM_X86_DEVICE_H
struct dev_archdata {
-#ifdef CONFIG_IOMMU_API
- void *iommu; /* hook for IOMMU specific extension */
-#endif
};
struct pdev_archdata {