You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Linus Torvalds
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user