Skip to content

Commit

Permalink
intr_remapping: Fix section mismatch in ir_dev_scope_init()
Browse files Browse the repository at this point in the history
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@gmail.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Youquan Song <youquan.song@intel.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Link: http://lkml.kernel.org/r/20111026161507.GB10103@swordfish
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Sergey Senozhatsky authored and Ingo Molnar committed Dec 5, 2011
1 parent c8f369a commit 61ed26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iommu/intr_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 61ed26e

Please sign in to comment.