projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0c6e3
)
staging: dgrp: using vmalloc needs to include vmalloc.h
author
Stephen Rothwell
<
[email protected]
>
Mon, 24 Sep 2012 14:29:20 +0000
(
00:29
+1000)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 25 Sep 2012 22:44:56 +0000
(15:44 -0700)
Signed-off-by: Stephen Rothwell <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/dgrp/dgrp_specproc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/dgrp/dgrp_specproc.c
b/drivers/staging/dgrp/dgrp_specproc.c
index 259d23aa6c2986bc5fad9dc0723f6775af32a769..28f5c9ab6b4349200f65062e0dc2a5adb275afc3 100644
(file)
--- 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"