[PATCH] intr_remapping: Fix section mismatch in ir_dev_scope_init()

From: Sergey Senozhatsky
Date: Wed Oct 26 2011 - 12:17:36 EST


Fix

Section mismatch in reference from the function ir_dev_scope_init() to the
function .init.text:dmar_dev_scope_init()
The function ir_dev_scope_init() references the function __init dmar_dev_scope_init().


Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>

---

diff --git a/drivers/iommu/intr_remapping.c b/drivers/iommu/intr_remapping.c
index 07c9f18..6777ca0 100644
--- a/drivers/iommu/intr_remapping.c
+++ b/drivers/iommu/intr_remapping.c
@@ -773,7 +773,7 @@ int __init parse_ioapics_under_ir(void)
return ir_supported;
}

-int ir_dev_scope_init(void)
+int __init ir_dev_scope_init(void)
{
if (!intr_remapping_enabled)
return 0;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/