Skip to content

Commit

Permalink
staging: dgrp: using vmalloc needs to include vmalloc.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
sfrothwell authored and gregkh committed Sep 25, 2012
1 parent ad0c6e3 commit 4dac211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/dgrp/dgrp_specproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4dac211

Please sign in to comment.