We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5b586 commit f9e2f0eCopy full SHA for f9e2f0e
drivers/iommu/amd/amd_iommu_types.h
@@ -461,6 +461,8 @@ struct irq_remap_table {
461
/* Interrupt remapping feature used? */
462
extern bool amd_iommu_irq_remap;
463
464
+extern const struct iommu_ops amd_iommu_ops;
465
+
466
/* IVRS indicates that pre-boot remapping was enabled */
467
extern bool amdr_ivrs_remap_support;
468
drivers/iommu/amd/init.c
@@ -95,8 +95,6 @@
95
* out of it.
96
*/
97
98
-extern const struct iommu_ops amd_iommu_ops;
99
-
100
/*
101
* structure describing one IOMMU in the ACPI table. Typically followed by one
102
* or more ivhd_entrys.
0 commit comments