Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adrian Bunk and committed by
Linus Torvalds
74006309 66ec2d77

+1 -1
+1 -1
drivers/char/ipmi/ipmi_msghandler.c
··· 3932 3932 kfree(msg); 3933 3933 } 3934 3934 3935 - struct ipmi_recv_msg *ipmi_alloc_recv_msg(void) 3935 + static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void) 3936 3936 { 3937 3937 struct ipmi_recv_msg *rv; 3938 3938