From: Jeff Layton Date: Wed, 16 Jul 2014 10:55:46 +0000 (-0400) Subject: net: clean up some sparse endianness warnings in ipv6.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1373a7739e886cda3ed4848293dc9c46bc5d0d6a;p=pandora-kernel.git net: clean up some sparse endianness warnings in ipv6.h 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 include/net/ipv6.h:573:17: warning: restricted __be64 degrades to integer include/net/ipv6.h:577:34: warning: restricted __be32 degrades to integer Sprinkle some endianness fixups to silence them. These should all get fixed up at compile time, so I don't think this will add any extra work to be done at runtime. Signed-off-by: Jeff Layton Signed-off-by: David S. Miller --- Reading git-diff-tree failed