summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-02-02 14:07:50 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-02-02 14:07:50 +1100
commit3cb93054a16cc10cd4c74ec4d817319c010fe724 (patch)
treecc84db52f5888350a100ace6a81802e1eb3272bd
parent9cd6c55e307a2cc810985cf3ca9d1aa5697f417d (diff)
parent0b8973a81876d90f916507ac40d1381068dc986a (diff)
Merge remote branch 'dwmw2-iommu/master'
-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)
/*
* Check interrupt remapping support in DMAR table description.
*/
-int dmar_ir_support(void)
+int __init dmar_ir_support(void)
{
struct acpi_table_dmar *dmar;
dmar = (struct acpi_table_dmar *)dmar_tbl;