From: HoSung Jung Date: Sun, 10 Mar 2013 10:55:23 +0000 (+1100) Subject: ipc/msgutil.c: use linux/uaccess.h X-Git-Tag: next-20130312~3^2~96 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e6afd44a6d937b6067f5b007c7d0a469c62c8a04;p=karo-tx-linux.git ipc/msgutil.c: use linux/uaccess.h Signed-off-by: HoSung Jung Signed-off-by: Andrew Morton --- diff --git a/ipc/msgutil.c b/ipc/msgutil.c index d33fbb2743bd..d43439e6eb47 100644 --- a/ipc/msgutil.c +++ b/ipc/msgutil.c @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "util.h" @@ -37,7 +37,7 @@ struct ipc_namespace init_ipc_ns = { atomic_t nr_ipc_ns = ATOMIC_INIT(1); struct msg_msgseg { - struct msg_msgseg* next; + struct msg_msgseg *next; /* the next part of the message follows immediately */ };