Skip to content

Commit 61ed26e

Browse files
sergey-senozhatskyIngo Molnar
authored andcommitted
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 <[email protected]> Cc: Suresh Siddha <[email protected]> Cc: Youquan Song <[email protected]> Cc: Ohad Ben-Cohen <[email protected]> Link: http://lkml.kernel.org/r/20111026161507.GB10103@swordfish Signed-off-by: Ingo Molnar <[email protected]>
1 parent c8f369a commit 61ed26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/intr_remapping.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ int __init parse_ioapics_under_ir(void)
773773
return ir_supported;
774774
}
775775

776-
int ir_dev_scope_init(void)
776+
int __init ir_dev_scope_init(void)
777777
{
778778
if (!intr_remapping_enabled)
779779
return 0;

0 commit comments

Comments
 (0)