aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/dmar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index 83aae4747594..ffe22bc3ac8e 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -1456,7 +1456,7 @@ int dmar_reenable_qi(struct intel_iommu *iommu)
1456/* 1456/*
1457 * Check interrupt remapping support in DMAR table description. 1457 * Check interrupt remapping support in DMAR table description.
1458 */ 1458 */
1459int dmar_ir_support(void) 1459int __init dmar_ir_support(void)
1460{ 1460{
1461 struct acpi_table_dmar *dmar; 1461 struct acpi_table_dmar *dmar;
1462 dmar = (struct acpi_table_dmar *)dmar_tbl; 1462 dmar = (struct acpi_table_dmar *)dmar_tbl;