public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] byteorder: remove direct includes of linux/byteorder/swab[b].h
@ 2008-10-20 17:23 Harvey Harrison
  2008-10-21 20:15 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Harvey Harrison @ 2008-10-20 17:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linus Torvalds, Paul E. McKenney, LKML

A consolidated implementation will provide this generically through
asm/byteorder, remove direct includes to avoid breakage when the
changeover to the new implementation occurs.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
Andrew, this hunk seems to have been lost when you sent it to Linus, it's possible
you applied this on top of the -next tree where this file has moved, but the tests
tree hasn't been pulled yet.

The rest of the patch went into mainline as 1d8cca44b6a244b7e378546d719041819049a0f9

I believe it was acked-by Paul, but CC'd to be sure.

 kernel/rcutorture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index 90b5b12..85cb905 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -42,10 +42,10 @@
 #include <linux/freezer.h>
 #include <linux/cpu.h>
 #include <linux/delay.h>
-#include <linux/byteorder/swabb.h>
 #include <linux/stat.h>
 #include <linux/srcu.h>
 #include <linux/slab.h>
+#include <asm/byteorder.h>
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com> and "
-- 
1.6.0.2




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

end of thread, other threads:[~2008-10-22  0:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 17:23 [PATCH] byteorder: remove direct includes of linux/byteorder/swab[b].h Harvey Harrison
2008-10-21 20:15 ` Andrew Morton
2008-10-21 20:37   ` Harvey Harrison
2008-10-22  0:43   ` Stephen Rothwell

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