ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
[deliverable/linux.git] / arch / xtensa / include / asm / checksum.h
index 62254e6688f5773d91438e48b6a08928ac966f23..ec35074fcb03ac1064af1e6c8f5112ae03187194 100644 (file)
@@ -175,7 +175,7 @@ static __inline__ __sum16 ip_compute_csum(const void *buff, int len)
 #define _HAVE_ARCH_IPV6_CSUM
 static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
                                          const struct in6_addr *daddr,
-                                         __u32 len, unsigned short proto,
+                                         __u32 len, __u8 proto,
                                          __wsum sum)
 {
        unsigned int __dummy;
This page took 0.033376 seconds and 5 git commands to generate.