dect
/
linux-2.6
Archived
13
0
Fork 0

Don't include <linux/list.h> from user-visible part of linux/msg.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-25 14:26:46 +01:00
parent 58908d093e
commit 77597ad663
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
#define _LINUX_MSG_H
#include <linux/ipc.h>
#include <linux/list.h>
/* ipcs ctl commands */
#define MSG_STAT 11
@ -63,6 +62,7 @@ struct msginfo {
#define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)
#ifdef __KERNEL__
#include <linux/list.h>
/* one msg_msg structure for each message */
struct msg_msg {