projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58908d0
)
Don't include <linux/list.h> from user-visible part of linux/msg.h
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:26:46 +0000
(14:26 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Apr 2006 13:26:46 +0000
(14:26 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/msg.h
patch
|
blob
|
history
diff --git
a/include/linux/msg.h
b/include/linux/msg.h
index
903e0ab
..
acc7c17
100644
(file)
--- a/
include/linux/msg.h
+++ b/
include/linux/msg.h
@@
-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 {