summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorMichal Wronski <Michal.Wronski@motorola.com>2006-03-22 00:34:37 +0100
committerAdrian Bunk <bunk@stusta.de>2006-03-22 00:34:37 +0100
commita609164f7c4eb82b97444871cb47f2f261696dd9 (patch)
tree7071898aab6e72d30ecea33653af20d4d03e2597 /ipc
parentd92bf25fb088b1f12ad7fb3f9a4f9a3e1bf28959 (diff)
downloadop-kernel-dev-a609164f7c4eb82b97444871cb47f2f261696dd9.zip
op-kernel-dev-a609164f7c4eb82b97444871cb47f2f261696dd9.tar.gz
Remove superfluous NOTIFY_COOKIE_LEN define
NOTIFY_COOKIE_LEN is defined in mqueue.h as well as mqueue.c This patch removes redundant definition from mqueue.c Signed-off-by: Michal Wronski <Michal.Wronski@motorola.com> Signed-Off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index fd2e26b..85c52fd 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -51,7 +51,6 @@
#define HARD_MSGMAX (131072/sizeof(void*))
#define DFLT_MSGSIZEMAX 8192 /* max message size */
-#define NOTIFY_COOKIE_LEN 32
struct ext_wait_queue { /* queue of sleeping tasks */
struct task_struct *task;
OpenPOWER on IntegriCloud