lkml.org 
[lkml]   [2007]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RT-PATCH] v2.6.23-rc1-rt0 Add missing header in sch_generic.c
Date
v2.6.23-rc1-rt0 adds an msleep(1) in net/sched/sch_generic.c
without including the neceessary header. This patches fixes it.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>

----
Index: linux-2.6.23-rc/net/sched/sch_generic.c
===================================================================
--- linux-2.6.23-rc.orig/net/sched/sch_generic.c 2007-07-24 20:09:18.000000000 +0200
+++ linux-2.6.23-rc/net/sched/sch_generic.c 2007-07-24 20:10:13.000000000 +0200
@@ -25,6 +25,7 @@
#include <linux/init.h>
#include <linux/rcupdate.h>
#include <linux/list.h>
+#include <linux/delay.h>
#include <net/pkt_sched.h>

/* Main transmission queue. */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-07-24 21:07    [W:0.023 / U:0.704 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site