forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/ia64/include/asm/device.h
....@@ -1,15 +1,11 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Arch specific extensions to struct device
3
- *
4
- * This file is released under the GPLv2
54 */
65 #ifndef _ASM_IA64_DEVICE_H
76 #define _ASM_IA64_DEVICE_H
87
98 struct dev_archdata {
10
-#ifdef CONFIG_INTEL_IOMMU
11
- void *iommu; /* hook for IOMMU specific extension */
12
-#endif
139 };
1410
1511 struct pdev_archdata {