From: Stephen Rothwell Date: Tue, 8 Nov 2011 00:20:01 +0000 (+1100) Subject: ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix X-Git-Tag: next-20111116~1^2~70 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=beeaa38a96b4e1b04fdfc8fff2de4a2cee960e7e;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 dd3e28e1849a..5ac2b273e00a 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include