X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fasm-microblaze%2Fbyteorder.h;h=a4a75b7a6dc78d3aa850ceff6ecadd55899349d7;hp=51cacb048b6ed6078d5c716f3112c11efacce2c3;hb=40b161f6aea54104d0a5e477ff6a22338e8a7b4b;hpb=8ad96012cd9e46b355ec63eb5a0155c92d8ca52c diff --git a/include/asm-microblaze/byteorder.h b/include/asm-microblaze/byteorder.h index 51cacb048b..a4a75b7a6d 100755 --- a/include/asm-microblaze/byteorder.h +++ b/include/asm-microblaze/byteorder.h @@ -27,7 +27,9 @@ I think this is a symptom of a bug in mb-gcc. JW 20040303 */ -static __inline__ __const__ __u16 ___arch__swab16 (__u16 half_word) + + +static __inline__ __u16 ___arch__swab16 (__u16 half_word) { /* 32 bit temp to cast result, forcing clearing of high word */ __u32 temp;