fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / m32r / lib / delay.c
index 7afe66e..06382a3 100644 (file)
@@ -7,7 +7,6 @@
 
 /* $Id$ */
 
-#include <linux/config.h>
 #include <linux/param.h>
 #ifdef CONFIG_SMP
 #include <linux/sched.h>
@@ -51,7 +50,7 @@ void __delay(unsigned long loops)
                "addi   %0, #-1                 \n\t"
                "bgtz   %0, 1b                  \n\t"
                " .fillinsn                     \n\t"
-               "2:i                            \n\t"
+               "2:                             \n\t"
                : "+r" (loops)
                : "r" (0)
        );