Commit a609164f authored by Michal Wronski's avatar Michal Wronski Committed by Adrian Bunk

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: default avatarMichal Wronski <Michal.Wronski@motorola.com>
Signed-Off-By: default avatarManfred Spraul <manfred@colorfullife.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent d92bf25f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment