public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rcutorture: Get rid of duplicate sched.h include
@ 2011-01-10 20:43 Jesper Juhl
  2011-01-10 21:50 ` Josh Triplett
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Juhl @ 2011-01-10 20:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Josh Triplett, Paul E. McKenney


linux/sched.h is included twice in kernel/rcutorture.c - once is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 rcutorture.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index 89613f9..c224da4 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -47,7 +47,6 @@
 #include <linux/srcu.h>
 #include <linux/slab.h>
 #include <asm/byteorder.h>
-#include <linux/sched.h>
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com> and "


-- 
Jesper Juhl <jj@chaosbits.net>            http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-10 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 20:43 [PATCH] rcutorture: Get rid of duplicate sched.h include Jesper Juhl
2011-01-10 21:50 ` Josh Triplett
2011-01-10 22:01   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox