[U-Boot] [PATCH 2/2] microblaze: Remove ignored return type for __arch__swab16 function

Michal Simek monstr at monstr.eu
Wed Jul 8 09:57:02 CEST 2009


This change remove compilation warnings.

Signed-off-by: Michal Simek <monstr at monstr.eu>
---
 include/asm-microblaze/byteorder.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/asm-microblaze/byteorder.h b/include/asm-microblaze/byteorder.h
index 51cacb0..a4a75b7 100644
--- 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;
-- 
1.5.5.1



More information about the U-Boot mailing list