]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: dgrp: using vmalloc needs to include vmalloc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Sep 2012 14:27:11 +0000 (00:27 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Sep 2012 14:28:36 +0000 (00:28 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
drivers/staging/dgrp/dgrp_specproc.c

index 259d23aa6c2986bc5fad9dc0723f6775af32a769..28f5c9ab6b4349200f65062e0dc2a5adb275afc3 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"