]> err.no Git - linux-2.6/blobdiff - include/asm-sparc/delay.h
[PATCH] mbxfb: Add YUV video overlay support
[linux-2.6] / include / asm-sparc / delay.h
index 6edf2cbb246b062a26ff04fa321db7b11dc04be9..48aa70eef9975c356c0cc5c6706869fdfc30934f 100644 (file)
@@ -7,10 +7,9 @@
 #ifndef __SPARC_DELAY_H
 #define __SPARC_DELAY_H
 
-#include <linux/config.h>
 #include <asm/cpudata.h>
 
-extern __inline__ void __delay(unsigned long loops)
+static inline void __delay(unsigned long loops)
 {
        __asm__ __volatile__("cmp %0, 0\n\t"
                             "1: bne 1b\n\t"