From: HoSung Jung Date: Wed, 20 Mar 2013 04:08:41 +0000 (+1100) Subject: ipc/msgutil.c: use linux/uaccess.h X-Git-Tag: next-20130322~1^2~80 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4588f85e103ff34911e8438440ac9d26af0aeb27;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 */ };