login
Header Space

 
 

[RT-PATCH] v2.6.23-rc1-rt0 Add missing header in sch_generic.c

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, <linux-rt-users@...>
Date: Tuesday, July 24, 2007 - 3:03 pm

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. */
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RT-PATCH] v2.6.23-rc1-rt0 Add missing header in sch_generic.c, Hans-Jürgen Koch, (Tue Jul 24, 3:03 pm)
speck-geostationary