ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
[deliverable/linux.git] / arch / alpha / include / asm / checksum.h
index cba34b1c738ccb59fc77ac9a995efd3cc65b2663..f2bbdd2ace511464bd9c6ca0a671a0aedca6bc5c 100644 (file)
@@ -67,6 +67,5 @@ static inline __sum16 csum_fold(__wsum csum)
 #define _HAVE_ARCH_IPV6_CSUM
 extern __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
                               const struct in6_addr *daddr,
-                              __u32 len, unsigned short proto,
-                              __wsum sum);
+                              __u32 len, __u8 proto, __wsum sum);
 #endif
This page took 0.026741 seconds and 5 git commands to generate.