From: David Woodhouse Date: Tue, 25 Apr 2006 13:26:46 +0000 (+0100) Subject: Don't include from user-visible part of linux/msg.h X-Git-Tag: v2.6.18-rc1~1103^2~55 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=77597ad663f9e2d40a89c6e27824701bb5fabb83;p=karo-tx-linux.git Don't include from user-visible part of linux/msg.h Signed-off-by: David Woodhouse --- diff --git a/include/linux/msg.h b/include/linux/msg.h index 903e0ab8101f..acc7c174ff00 100644 --- a/include/linux/msg.h +++ b/include/linux/msg.h @@ -2,7 +2,6 @@ #define _LINUX_MSG_H #include -#include /* ipcs ctl commands */ #define MSG_STAT 11 @@ -63,6 +62,7 @@ struct msginfo { #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff) #ifdef __KERNEL__ +#include /* one msg_msg structure for each message */ struct msg_msg {