]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
selinux: include vmalloc.h for vmalloc_user
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Oct 2010 05:08:00 +0000 (16:08 +1100)
committerJames Morris <jmorris@namei.org>
Wed, 20 Oct 2010 23:13:01 +0000 (10:13 +1100)
Include vmalloc.h for vmalloc_user (fixes ppc build warning).
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/ss/services.c

index 3a1739b33b787c0bd93f6b3b88de58d62648e839..223c1ff6ef2324488eca915d2ba87bc4f6e27fa9 100644 (file)
@@ -51,6 +51,7 @@
 #include <linux/mutex.h>
 #include <linux/selinux.h>
 #include <linux/flex_array.h>
+#include <linux/vmalloc.h>
 #include <net/netlabel.h>
 
 #include "flask.h"