diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-11 17:51:29 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-08 06:47:18 +0300 |
commit | 00fc0e0dda6286407f3854cd71a125f519a5689c (patch) | |
tree | 04bae7f61ab6ac1a705e89f8b739e2d0679f212f /arch/alpha/lib/ev6-clear_user.S | |
parent | 784d5699eddc55878627da20d3fe0c8542e2f1a2 (diff) | |
download | linux-00fc0e0dda6286407f3854cd71a125f519a5689c.tar.xz |
alpha: move exports to actual definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha/lib/ev6-clear_user.S')
-rw-r--r-- | arch/alpha/lib/ev6-clear_user.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/alpha/lib/ev6-clear_user.S b/arch/alpha/lib/ev6-clear_user.S index 4f42a16b7f53..05bef6b50598 100644 --- a/arch/alpha/lib/ev6-clear_user.S +++ b/arch/alpha/lib/ev6-clear_user.S @@ -43,6 +43,7 @@ * want to leave a hole (and we also want to avoid repeating lots of work) */ +#include <asm/export.h> /* Allow an exception for an insn; exit if we get one. */ #define EX(x,y...) \ 99: x,##y; \ @@ -222,4 +223,4 @@ $exception: # Destination for exception recovery(?) nop # .. E .. .. : ret $31, ($28), 1 # L0 .. .. .. : L U L U .end __do_clear_user - + EXPORT_SYMBOL(__do_clear_user) |