kernel/arch/ia64/include/asm/device.h
.. .. @@ -1,15 +1,11 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Arch specific extensions to struct device 3 - *4 - * This file is released under the GPLv25 4 */ 6 5 #ifndef _ASM_IA64_DEVICE_H 7 6 #define _ASM_IA64_DEVICE_H 8 7 9 8 struct dev_archdata { 10 -#ifdef CONFIG_INTEL_IOMMU11 - void *iommu; /* hook for IOMMU specific extension */12 -#endif13 9 }; 14 10 15 11 struct pdev_archdata {