patch-2.4.21 linux-2.4.21/include/asm-alpha/delay.h

Next file: linux-2.4.21/include/asm-alpha/dma.h
Previous file: linux-2.4.21/include/asm-alpha/core_titan.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-alpha/delay.h linux-2.4.21/include/asm-alpha/delay.h
@@ -2,7 +2,7 @@
 #define __ALPHA_DELAY_H
 
 extern void __delay(int loops);
-extern void __udelay(unsigned long usecs, unsigned long lpj);
+extern void ndelay(unsigned long nsecs);
 extern void udelay(unsigned long usecs);
 
 #endif /* defined(__ALPHA_DELAY_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)