mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[MIPS] Export csum_partial_copy_nocheck.
ibmtr.c and typhoon.c use it. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2d911e9a4e
commit
ae32ffd65b
@ -7,6 +7,7 @@
|
||||
* Copyright (C) 1998, 1999 Ralf Baechle
|
||||
*/
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/types.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/string.h>
|
||||
@ -29,6 +30,8 @@ __wsum csum_partial_copy_nocheck(const void *src,
|
||||
return sum;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(csum_partial_copy_nocheck);
|
||||
|
||||
/*
|
||||
* Copy from userspace and compute checksum. If we catch an exception
|
||||
* then zero the rest of the buffer.
|
||||
|
Loading…
Reference in New Issue
Block a user