uml: make three functions static
Make the following three functions static, since they don't need to be global. arch/um/drivers/mcast_kern.c::mcast_setup() arch/um/drivers/mconsole_user.c::mconsole_reply_v0() arch/um/drivers/port_user.c::port_pre_exec() Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: WANG Cong <wangcong@zeuux.org> 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
02d324b15d
commit
1605ec0443
@@ -39,7 +39,7 @@ static struct mconsole_command commands[] = {
|
||||
/* Initialized in mconsole_init, which is an initcall */
|
||||
char mconsole_socket_name[256];
|
||||
|
||||
int mconsole_reply_v0(struct mc_request *req, char *reply)
|
||||
static int mconsole_reply_v0(struct mc_request *req, char *reply)
|
||||
{
|
||||
struct iovec iov;
|
||||
struct msghdr msg;
|
||||
|
Reference in New Issue
Block a user