提交 292ed489 编写于 作者: M Michal Simek

microblaze: Remove ignored return type for __arch__swab16 function

This change remove compilation warnings.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 e2776587
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册