Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73f66ace authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] fix prototype of csum_ipv6_magic() (ia64)

parent 4384247b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ static inline __sum16 csum_fold(__wsum csum)

#define _HAVE_ARCH_IPV6_CSUM	1
struct in6_addr;
extern unsigned short int csum_ipv6_magic(struct in6_addr *saddr,
	struct in6_addr *daddr, __u32 len, unsigned short proto,
	unsigned int csum);
extern __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
	const struct in6_addr *daddr, __u32 len, unsigned short proto,
	__wsum csum);

#endif /* _ASM_IA64_CHECKSUM_H */