Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44172
b: refs/heads/master
c: ae32ffd
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 10, 2006
1 parent 065829b commit cfa3959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2d911e9a4e74ddbd059f9dabea402a119ef22e3d
refs/heads/master: ae32ffd65bbcc32795bb9b58ed12941efeb03dff
3 changes: 3 additions & 0 deletions trunk/arch/mips/lib/csum_partial_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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.
Expand Down

0 comments on commit cfa3959

Please sign in to comment.