upgrade to Version 8.3.17c with support for more HP NICs
[linux-2.6.git] / include / asm-cris / delay.h
index efc41aa..d3a3978 100644 (file)
@@ -13,7 +13,7 @@
 
 extern unsigned long loops_per_usec; /* arch/cris/mm/init.c */
 
-extern __inline__ void udelay(unsigned long usecs)
+static inline void udelay(unsigned long usecs)
 {
        __delay(usecs * loops_per_usec);
 }