From cfa39594f8e36e960a255d70ed4119482a7469b9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 10 Dec 2006 15:05:11 +0000 Subject: [PATCH] --- yaml --- r: 44172 b: refs/heads/master c: ae32ffd65bbcc32795bb9b58ed12941efeb03dff h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/lib/csum_partial_copy.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 44d422feb733..2b2d082556e7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d911e9a4e74ddbd059f9dabea402a119ef22e3d +refs/heads/master: ae32ffd65bbcc32795bb9b58ed12941efeb03dff diff --git a/trunk/arch/mips/lib/csum_partial_copy.c b/trunk/arch/mips/lib/csum_partial_copy.c index 1720f2ceeeae..06771040a267 100644 --- a/trunk/arch/mips/lib/csum_partial_copy.c +++ b/trunk/arch/mips/lib/csum_partial_copy.c @@ -7,6 +7,7 @@ * Copyright (C) 1998, 1999 Ralf Baechle */ #include +#include #include #include #include @@ -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.