Re: [PATCH v2] net: clean up some sparse endianness warnings in ipv6.h

2014-07-17 Thread David Miller
From: Jeff Layton Date: Wed, 16 Jul 2014 06:55:46 -0400 > sparse is throwing warnings when building sunrpc modules due to some > endianness shenanigans in ipv6.h. Specifically: > > CHECK net/sunrpc/addr.c > include/net/ipv6.h:573:17: warning: restricted __be64 degrades to integer >

Re: [PATCH v2] net: clean up some sparse endianness warnings in ipv6.h

2014-07-17 Thread David Miller
From: Jeff Layton jlay...@primarydata.com Date: Wed, 16 Jul 2014 06:55:46 -0400 sparse is throwing warnings when building sunrpc modules due to some endianness shenanigans in ipv6.h. Specifically: CHECK net/sunrpc/addr.c include/net/ipv6.h:573:17: warning: restricted __be64 degrades to

[PATCH v2] net: clean up some sparse endianness warnings in ipv6.h

2014-07-16 Thread Jeff Layton
sparse is throwing warnings when building sunrpc modules due to some endianness shenanigans in ipv6.h. Specifically: CHECK net/sunrpc/addr.c include/net/ipv6.h:573:17: warning: restricted __be64 degrades to integer include/net/ipv6.h:577:34: warning: restricted __be32 degrades to integer

[PATCH v2] net: clean up some sparse endianness warnings in ipv6.h

2014-07-16 Thread Jeff Layton
sparse is throwing warnings when building sunrpc modules due to some endianness shenanigans in ipv6.h. Specifically: CHECK net/sunrpc/addr.c include/net/ipv6.h:573:17: warning: restricted __be64 degrades to integer include/net/ipv6.h:577:34: warning: restricted __be32 degrades to integer