]> git.baikalelectronics.ru Git - kernel.git/commit
intr_remapping: Fix section mismatch in ir_dev_scope_init()
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Wed, 26 Oct 2011 16:15:07 +0000 (19:15 +0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Dec 2011 17:22:53 +0000 (18:22 +0100)
commit93a0175206005a3717ce3199205ba3f85a13e622
tree0637ba45080c3d269234659932cfb0d9280bb8b9
parent53c62c0c7f006d3d06735c043fd9dac0f36f95f8
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@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>
drivers/iommu/intr_remapping.c