* [PATCH] Dallas 1-wire delay.h
@ 2004-07-20 18:39 Geert Uytterhoeven
0 siblings, 0 replies; only message in thread
From: Geert Uytterhoeven @ 2004-07-20 18:39 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, Greg Kroah-Hartman, johnpol
Cc: Linux Kernel Development, Geert Uytterhoeven
Dallas 1-wire: never include <asm/delay.h> directly
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
--- linux-2.6.8-rc2/drivers/w1/matrox_w1.c 2004-07-18 15:55:33.000000000 +0200
+++ linux-m68k-2.6.8-rc2/drivers/w1/matrox_w1.c 2004-07-18 23:36:48.000000000 +0200
@@ -22,8 +22,8 @@
#include <asm/atomic.h>
#include <asm/types.h>
#include <asm/io.h>
-#include <asm/delay.h>
+#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/list.h>
--- linux-2.6.8-rc2/drivers/w1/w1.c 2004-07-18 15:55:33.000000000 +0200
+++ linux-m68k-2.6.8-rc2/drivers/w1/w1.c 2004-07-18 23:36:46.000000000 +0200
@@ -20,8 +20,8 @@
*/
#include <asm/atomic.h>
-#include <asm/delay.h>
+#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
--- linux-2.6.8-rc2/drivers/w1/w1_io.c 2004-07-18 15:55:33.000000000 +0200
+++ linux-m68k-2.6.8-rc2/drivers/w1/w1_io.c 2004-07-18 23:36:45.000000000 +0200
@@ -20,8 +20,8 @@
*/
#include <asm/io.h>
-#include <asm/delay.h>
+#include <linux/delay.h>
#include <linux/moduleparam.h>
#include "w1.h"
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-20 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-20 18:39 [PATCH] Dallas 1-wire delay.h Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®