X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fbyteorder.h;h=fe7dc2d59b6926b7e75a18fd6c103e4d92a884db;hb=4497b0763cb1afae463f5e144c28b5d806e28b60;hp=eee83cbdf2b08c7a22644255b153a8fcace0ec5e;hpb=70ac4385a13f78bc478f26d317511893741b05bd;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/byteorder.h b/include/asm-mips/byteorder.h index eee83cbdf2b..fe7dc2d59b6 100644 --- a/include/asm-mips/byteorder.h +++ b/include/asm-mips/byteorder.h @@ -65,9 +65,9 @@ static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) #endif /* __GNUC__ */ -#if defined (__MIPSEB__) +#if defined(__MIPSEB__) # include -#elif defined (__MIPSEL__) +#elif defined(__MIPSEL__) # include #else # error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"