From: Stephen Rothwell Date: Fri, 16 Dec 2011 04:49:36 +0000 (+1100) Subject: ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix X-Git-Tag: next-20111221~2^2~216 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b82cfe3b17b82dbe750a3b54406389aef11d08e9;p=karo-tx-linux.git ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix ipc/mqueue.c: In function 'mqueue_get_inode': ipc/mqueue.c:154:4: error: implicit declaration of function 'vmalloc' ipc/mqueue.c:154:19: warning: assignment makes pointer from integer without= a cast ipc/mqueue.c: In function 'mqueue_evict_inode': ipc/mqueue.c:278:3: error: implicit declaration of function 'vfree' Caused by commit 8a53f9442429 ("ipc/mqueue: update maximums for the mqueue subsystem"). See Rule 1 in Documentation/SubmitChecklist. Signed-off-by: Stephen Rothwell Cc: Doug Ledford Signed-off-by: Andrew Morton --- diff --git a/ipc/mqueue.c b/ipc/mqueue.c index e0d35da668bd..c98b7586420f 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include