Skip to content

Commit

Permalink
[PATCH] fix prototype of csum_ipv6_magic() (ia64)
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 23, 2007
1 parent 4384247 commit 73f66ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-ia64/checksum.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 73f66ac

Please sign in to comment.