ipv4: Update parameters for csum_tcpudp_magic to their original types
[cascardo/linux.git] / arch / c6x / include / asm / checksum.h
index 7246816..249b0e4 100644 (file)
@@ -10,8 +10,8 @@
 #define _ASM_C6X_CHECKSUM_H
 
 static inline __wsum
-csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len,
-                  unsigned short proto, __wsum sum)
+csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
+                  __u8 proto, __wsum sum)
 {
        unsigned long long tmp;