[xtensa-cvscommit] linux/include/asm-xtensa checksum.h,1.2,1.3
Brought to you by:
zankel
|
From: <jgr...@us...> - 2002-12-16 22:38:48
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa In directory sc8-pr-cvs1:/tmp/cvs-serv17995/include/asm-xtensa Modified Files: checksum.h Log Message: Remove ifdefs surrounding csum_ipv6_magic; code for static inline will not be generated unless needed. Index: checksum.h =================================================================== RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/checksum.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** checksum.h 12 Dec 2002 22:54:43 -0000 1.2 --- checksum.h 16 Dec 2002 22:38:44 -0000 1.3 *************** *** 183,187 **** } - #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, --- 183,186 ---- *************** *** 246,250 **** return csum_fold(sum); } - #endif /* --- 245,248 ---- |