X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fsim.h;h=0cd719fabb515b9644310c5e1e6165965b9431ca;hb=15ad838d281b3681d96e37cba8a628177da8f4ff;hp=3ccfe09fa744c0bdc702ac0c9a8e7cbc4d0d9856;hpb=c0d6f9663b30a09ed725229b2d50391268c8538e;p=linux-2.6 diff --git a/include/asm-mips/sim.h b/include/asm-mips/sim.h index 3ccfe09fa7..0cd719fabb 100644 --- a/include/asm-mips/sim.h +++ b/include/asm-mips/sim.h @@ -9,9 +9,8 @@ #ifndef _ASM_SIM_H #define _ASM_SIM_H -#include -#include +#include #define __str2(x) #x #define __str(x) __str2(x) @@ -19,7 +18,7 @@ #ifdef CONFIG_32BIT #define save_static_function(symbol) \ -__asm__ ( \ +__asm__( \ ".text\n\t" \ ".globl\t" #symbol "\n\t" \ ".align\t2\n\t" \ @@ -47,7 +46,7 @@ __asm__ ( \ #ifdef CONFIG_64BIT #define save_static_function(symbol) \ -__asm__ ( \ +__asm__( \ ".text\n\t" \ ".globl\t" #symbol "\n\t" \ ".align\t2\n\t" \