From: Stephen Rothwell Date: Wed, 30 Nov 2011 04:07:55 +0000 (+1100) Subject: ipc-mqueue-update-maximums-for-the-mqueue-subsystem-fix X-Git-Tag: next-20111130~3^2~158 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ccfca88371b141ac2e2fa66594d39e0da83b2a6a;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