diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-01-23 07:27:04 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-01-23 14:09:49 -0500 |
| commit | 73f66ace34e3d935d1ad01208234f8871ac1f500 (patch) | |
| tree | 43fc036354a1389d5f89118c060693fe6333a0bf | |
| parent | 4384247b6910df91049f8d0bbd5c1075898ac290 (diff) | |
[PATCH] fix prototype of csum_ipv6_magic() (ia64)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | include/asm-ia64/checksum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ia64/checksum.h b/include/asm-ia64/checksum.h index 2b78582cbd61..97af155057e4 100644 --- a/include/asm-ia64/checksum.h +++ b/include/asm-ia64/checksum.h | |||
| @@ -72,8 +72,8 @@ static inline __sum16 csum_fold(__wsum csum) | |||
| 72 | 72 | ||
| 73 | #define _HAVE_ARCH_IPV6_CSUM 1 | 73 | #define _HAVE_ARCH_IPV6_CSUM 1 |
| 74 | struct in6_addr; | 74 | struct in6_addr; |
| 75 | extern unsigned short int csum_ipv6_magic(struct in6_addr *saddr, | 75 | extern __sum16 csum_ipv6_magic(const struct in6_addr *saddr, |
| 76 | struct in6_addr *daddr, __u32 len, unsigned short proto, | 76 | const struct in6_addr *daddr, __u32 len, unsigned short proto, |
| 77 | unsigned int csum); | 77 | __wsum csum); |
| 78 | 78 | ||
| 79 | #endif /* _ASM_IA64_CHECKSUM_H */ | 79 | #endif /* _ASM_IA64_CHECKSUM_H */ |
