提交 bea92112 编写于 作者: P Paul Mundt 提交者: Ingo Molnar

kernel/resource: fix reserve_region_with_split() section mismatch

Impact: cleanup, small kernel text size reduction, no functionality changed

reserve_region_with_split() calls in to __reserve_region_with_split(),
which is an __init function. The only caller of reserve_region_with_split()
is an __init function, so make it __init too.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 acff181d
......@@ -571,7 +571,7 @@ static void __init __reserve_region_with_split(struct resource *root,
}
void reserve_region_with_split(struct resource *root,
void __init reserve_region_with_split(struct resource *root,
resource_size_t start, resource_size_t end,
const char *name)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册