patch-2.4.10 linux/include/asm-sh/checksum.h
Next file: linux/include/asm-sh/dma.h
Previous file: linux/include/asm-sh/cache.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Sep 8 12:29:09 2001
- Orig file:
v2.4.9/linux/include/asm-sh/checksum.h
- Orig date:
Mon Oct 2 11:57:34 2000
diff -u --recursive --new-file v2.4.9/linux/include/asm-sh/checksum.h linux/include/asm-sh/checksum.h
@@ -43,14 +43,14 @@
* If you use these functions directly please don't forget the
* verify_area().
*/
-extern __inline__
+static __inline__
unsigned int csum_partial_copy_nocheck ( const char *src, char *dst,
int len, int sum)
{
return csum_partial_copy_generic ( src, dst, len, sum, NULL, NULL);
}
-extern __inline__
+static __inline__
unsigned int csum_partial_copy_from_user ( const char *src, char *dst,
int len, int sum, int *err_ptr)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)