Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;