[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-61ed26e388ac67da262bb1a95d0474e4cabd4b0d@git.kernel.org>
Date: Mon, 5 Dec 2011 10:07:52 -0800
From: tip-bot for Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
ohad@...ery.com, sergey.senozhatsky@...il.com,
youquan.song@...el.com, suresh.b.siddha@...el.com,
tglx@...utronix.de, mingo@...e.hu
Subject: [tip:x86/urgent] intr_remapping: Fix section mismatch in ir_dev_scope_init()
Commit-ID: 61ed26e388ac67da262bb1a95d0474e4cabd4b0d
Gitweb: http://git.kernel.org/tip/61ed26e388ac67da262bb1a95d0474e4cabd4b0d
Author: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
AuthorDate: Wed, 26 Oct 2011 19:15:07 +0300
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Mon, 5 Dec 2011 18:22:53 +0100
intr_remapping: Fix section mismatch in ir_dev_scope_init()
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@...il.com>
Cc: Suresh Siddha <suresh.b.siddha@...el.com>
Cc: Youquan Song <youquan.song@...el.com>
Cc: Ohad Ben-Cohen <ohad@...ery.com>
Link: http://lkml.kernel.org/r/20111026161507.GB10103@swordfish
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
drivers/iommu/intr_remapping.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists