diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-09-25 00:29:20 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-25 15:44:56 -0700 |
commit | 4dac2116547b4aab7ac327edb344bb68ed1e8839 (patch) | |
tree | 25cdf733d2631eb7e19d2b35ea8c7eec9b82ab79 /drivers | |
parent | ad0c6e367ee0d08c4caa19ad0dbd3d752bd39de0 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/dgrp/dgrp_specproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/dgrp/dgrp_specproc.c b/drivers/staging/dgrp/dgrp_specproc.c index 259d23aa6c2..28f5c9ab6b4 100644 --- a/drivers/staging/dgrp/dgrp_specproc.c +++ b/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" |