Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / sparc / lib / copy_user.S
index ef095b6c43b157dc7ad076b641893b59e25775de..cea644dc67a628e8db216d6d5934fad2ec15e899 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/asmmacro.h>
 #include <asm/page.h>
 #include <asm/thread_info.h>
+#include <asm/export.h>
 
 /* Work around cpp -rob */
 #define ALLOC #alloc
 __copy_user_begin:
 
        .globl  __copy_user
+       EXPORT_SYMBOL(__copy_user)
 dword_align:
        andcc   %o1, 1, %g0
        be      4f
This page took 0.029377 seconds and 5 git commands to generate.