[xtensa-cvscommit] linux/include/asm-xtensa checksum.h,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <jgr...@us...> - 2002-12-12 22:54:46
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa In directory sc8-pr-cvs1:/tmp/cvs-serv16705/include/asm-xtensa Modified Files: checksum.h Log Message: Fix undefined symbols for IPV6 module. Index: checksum.h =================================================================== RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/checksum.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** checksum.h 28 Aug 2002 16:11:31 -0000 1.1.1.1 --- checksum.h 12 Dec 2002 22:54:43 -0000 1.2 *************** *** 183,188 **** } #define _HAVE_ARCH_IPV6_CSUM - #ifdef CONFIG_IPV6 static __inline__ unsigned short int csum_ipv6_magic(struct in6_addr *saddr, struct in6_addr *daddr, --- 183,188 ---- } + #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) #define _HAVE_ARCH_IPV6_CSUM static __inline__ unsigned short int csum_ipv6_magic(struct in6_addr *saddr, struct in6_addr *daddr, |