summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-01-07 14:26:14 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-01-07 14:26:14 +1100
commitf8c5945668970cdf2795b5c7713942c6b30b0803 (patch)
treedb8b73ed111a7262f3aedaddb2baa0171ffdc84b /drivers
parenta8ed08dddcb7ce6e0457a1a1ab592321682ee68e (diff)
parent0b8973a81876d90f916507ac40d1381068dc986a (diff)
Merge remote branch 'dwmw2-iommu/master'
Diffstat (limited to 'drivers')
-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;