summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgrp
diff options
context:
space:
mode:
authorStephen Rothwell2012-09-24 16:29:20 +0200
committerGreg Kroah-Hartman2012-09-26 00:44:56 +0200
commit4dac2116547b4aab7ac327edb344bb68ed1e8839 (patch)
tree25cdf733d2631eb7e19d2b35ea8c7eec9b82ab79 /drivers/staging/dgrp
parentstaging: dgrp: fix potential call to strncpy with a negative number (diff)
downloadkernel-qcow2-linux-4dac2116547b4aab7ac327edb344bb68ed1e8839.tar.gz
kernel-qcow2-linux-4dac2116547b4aab7ac327edb344bb68ed1e8839.tar.xz
kernel-qcow2-linux-4dac2116547b4aab7ac327edb344bb68ed1e8839.zip
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/staging/dgrp')
-rw-r--r--drivers/staging/dgrp/dgrp_specproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/dgrp/dgrp_specproc.c b/drivers/staging/dgrp/dgrp_specproc.c
index 259d23aa6c29..28f5c9ab6b43 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"