From: Geert Uytterhoeven <geert@linux-m68k.org>

Never include <asm/delay.h> directly



---

 25-akpm/drivers/isdn/hisax/hisax_hfcpci.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/isdn/hisax/hisax_hfcpci.c~hisax-compile-fix drivers/isdn/hisax/hisax_hfcpci.c
--- 25/drivers/isdn/hisax/hisax_hfcpci.c~hisax-compile-fix	Mon Feb  2 12:12:10 2004
+++ 25-akpm/drivers/isdn/hisax/hisax_hfcpci.c	Mon Feb  2 12:12:10 2004
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
-#include <asm/delay.h>
+#include <linux/delay.h>
 #include "hisax_hfcpci.h"
 
 // debugging cruft

_