staging: dgrp: using vmalloc needs to include vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Sep 2012 14:29:20 +0000 (00:29 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2012 22:44:56 +0000 (15:44 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgrp/dgrp_specproc.c

index 259d23a..28f5c9a 100644 (file)
@@ -39,6 +39,7 @@
 #include <linux/proc_fs.h>
 #include <linux/ctype.h>
 #include <linux/seq_file.h>
+#include <linux/vmalloc.h>
 
 #include "dgrp_common.h"