Browse Source

staging: dgrp: using vmalloc needs to include vmalloc.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Stephen Rothwell 12 years ago
parent
commit
4dac211654
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/dgrp/dgrp_specproc.c

+ 1 - 0
drivers/staging/dgrp/dgrp_specproc.c

@@ -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"