提交 74006309 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

ipmi: make alloc_recv_msg static

Make the needlessly global ipmi_alloc_recv_msg() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NCorey Minyard <cminyard@mvista.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 66ec2d77
......@@ -3932,7 +3932,7 @@ static void free_recv_msg(struct ipmi_recv_msg *msg)
kfree(msg);
}
struct ipmi_recv_msg *ipmi_alloc_recv_msg(void)
static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void)
{
struct ipmi_recv_msg *rv;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册