]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/alpha/lib/ev6-copy_user.S
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / arch / alpha / lib / ev6-copy_user.S
index c4d0689c3d26e7dae898f7addfa21bab28b4aa0b..be720b518af9e6500ce7545887a6bf6a9cb715d3 100644 (file)
@@ -37,6 +37,7 @@
  *     L       - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
  */
 
+#include <asm/export.h>
 /* Allow an exception for an insn; exit if we get one.  */
 #define EXI(x,y...)                    \
        99: x,##y;                      \
@@ -235,4 +236,4 @@ $exitout:                   # Destination for exception recovery(?)
        ret $31,($28),1         # L0 .. .. ..   : L U L U
 
        .end __copy_user
-
+       EXPORT_SYMBOL(__copy_user)