summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-02-25 15:18:16 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-02-25 15:18:16 +1100
commitf0119946ccde772a29ea45cefbf9b0ac2830d716 (patch)
treecbafc083d553feb89f6a13fb61d526db57f30885
parentb5c83750855e10e67c825af79d6cd986fd544738 (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;