ipv4: Update parameters for csum_tcpudp_magic to their original types
[cascardo/linux.git] / arch / blackfin / include / asm / checksum.h
index 623cc7f..e7134bf 100644 (file)
@@ -14,8 +14,8 @@
  */
 
 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 int carry;