projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0db64
)
sch_netem: Need to include vmalloc.h
author
David S. Miller
<davem@davemloft.net>
Fri, 25 Feb 2011 06:48:13 +0000
(22:48 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Feb 2011 06:48:13 +0000
(22:48 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_netem.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sched/sch_netem.c
b/net/sched/sch_netem.c
index 28b3f7e83517360da1dc3d6061cfdacffec2822d..edbbf7ad662387506fd3ba070dd628705566e804 100644
(file)
--- a/
net/sched/sch_netem.c
+++ b/
net/sched/sch_netem.c
@@
-19,6
+19,7
@@
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
+#include <linux/vmalloc.h>
#include <linux/rtnetlink.h>
#include <net/netlink.h>