diff options
Diffstat (limited to 'arch/um/drivers/mconsole_user.c')
-rw-r--r-- | arch/um/drivers/mconsole_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/mconsole_user.c b/arch/um/drivers/mconsole_user.c index 13af2f03ed84..f8cf4c8bedef 100644 --- a/arch/um/drivers/mconsole_user.c +++ b/arch/um/drivers/mconsole_user.c | |||
@@ -39,7 +39,7 @@ static struct mconsole_command commands[] = { | |||
39 | /* Initialized in mconsole_init, which is an initcall */ | 39 | /* Initialized in mconsole_init, which is an initcall */ |
40 | char mconsole_socket_name[256]; | 40 | char mconsole_socket_name[256]; |
41 | 41 | ||
42 | int mconsole_reply_v0(struct mc_request *req, char *reply) | 42 | static int mconsole_reply_v0(struct mc_request *req, char *reply) |
43 | { | 43 | { |
44 | struct iovec iov; | 44 | struct iovec iov; |
45 | struct msghdr msg; | 45 | struct msghdr msg; |