diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-11 15:51:29 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-08 05:47:18 +0200 |
commit | 00fc0e0dda6286407f3854cd71a125f519a5689c (patch) | |
tree | 04bae7f61ab6ac1a705e89f8b739e2d0679f212f /arch/alpha/lib/memchr.S | |
parent | x86: move exports to actual definitions (diff) | |
download | linux-00fc0e0dda6286407f3854cd71a125f519a5689c.tar.xz linux-00fc0e0dda6286407f3854cd71a125f519a5689c.zip |
alpha: move exports to actual definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/lib/memchr.S')
-rw-r--r-- | arch/alpha/lib/memchr.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/memchr.S b/arch/alpha/lib/memchr.S index 14427eeb555e..c13d3eca2e05 100644 --- a/arch/alpha/lib/memchr.S +++ b/arch/alpha/lib/memchr.S @@ -31,7 +31,7 @@ For correctness consider that: - only minimum number of quadwords may be accessed - the third argument is an unsigned long */ - +#include <asm/export.h> .set noreorder .set noat @@ -162,3 +162,4 @@ $not_found: ret # .. e1 : .end memchr + EXPORT_SYMBOL(memchr) |