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:
45e1443
)
sch_choke: Need linux/vmalloc.h
author
David S. Miller
<davem@davemloft.net>
Thu, 3 Feb 2011 07:06:31 +0000
(23:06 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Feb 2011 07:06:31 +0000
(23:06 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_choke.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_choke.c
b/net/sched/sch_choke.c
index a1cec18dd49c61c20df93f289ddad9d562b63a42..ee1e2090eebe2ddf6e6e24d9606fc6d728665244 100644
(file)
--- a/
net/sched/sch_choke.c
+++ b/
net/sched/sch_choke.c
@@
-15,6
+15,7
@@
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/reciprocal_div.h>
+#include <linux/vmalloc.h>
#include <net/pkt_sched.h>
#include <net/inet_ecn.h>
#include <net/red.h>