netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sch_choke: Need linux/vmalloc.h
@ 2011-02-03  7:08 David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2011-02-03  7:08 UTC (permalink / raw)
  To: netdev; +Cc: shemminger, eric.dumazet


Signed-off-by: David S. Miller <davem@davemloft.net>
---

This fixes the build on sparc64.

 net/sched/sch_choke.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sched/sch_choke.c b/net/sched/sch_choke.c
index a1cec18..ee1e209 100644
--- 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>
-- 
1.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-03  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03  7:08 [PATCH] sch_choke: Need linux/vmalloc.h David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).