ipmi: make alloc_recv_msg static
Make the needlessly global ipmi_alloc_recv_msg() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
66ec2d7786
commit
74006309c7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user