diff options
author | David Howells <dhowells@redhat.com> | 2007-04-27 15:28:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-27 15:28:45 -0700 |
commit | b1bdb691c3c38b4fbaf99fa8474f5cfa99b2d774 (patch) | |
tree | aab0b09167997e5d5269bd5465bf99a41333e68b /arch/ia64/lib | |
parent | 47051a2152f8b2355ee70249a0faaf7b682e8ce5 (diff) |
[AF_RXRPC/AFS]: Arch-specific fixes.
Fixes for various arch compilation problems:
(*) Missing module exports.
(*) Variable name collision when rxkad and af_rxrpc both built in
(rxrpc_debug).
(*) Large constant representation problem (AFS_UUID_TO_UNIX_TIME).
(*) Configuration dependencies.
(*) printk() format warnings.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/ia64/lib')
-rw-r--r-- | arch/ia64/lib/csum_partial_copy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/csum_partial_copy.c b/arch/ia64/lib/csum_partial_copy.c index 503dfe6d1450..118daf5a0632 100644 --- a/arch/ia64/lib/csum_partial_copy.c +++ b/arch/ia64/lib/csum_partial_copy.c @@ -128,6 +128,8 @@ csum_partial_copy_from_user(const void __user *src, void *dst, return (__force __wsum)result; } +EXPORT_SYMBOL(csum_partial_copy_from_user); + __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum) { |