From 9021b755e29e49d76597bd787479dc4349bd8f2f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 8 Nov 2011 11:20:01 +1100 Subject: [PATCH] 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 --- ipc/mqueue.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2