Merge remote-tracking branch 'keys/keys-next'
[deliverable/linux.git] / arch / sparc / lib / copy_in_user.S
index 302c0e60dc2ceb48a3212840ac7891f337419d14..482de093bdaeb3f33c1b9b2ed51396df2a10c1fe 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <linux/linkage.h>
 #include <asm/asi.h>
+#include <asm/export.h>
 
 #define XCC xcc
 
@@ -90,3 +91,4 @@ ENTRY(___copy_in_user)        /* %o0=dst, %o1=src, %o2=len */
        retl
         clr            %o0
 ENDPROC(___copy_in_user)
+EXPORT_SYMBOL(___copy_in_user)
This page took 0.025503 seconds and 5 git commands to generate.