Merge remote-tracking branch 'sound/for-next'
[deliverable/linux.git] / arch / arm / lib / copy_from_user.S
index 1512bebfbf1b18ad317648891385a24e93d1f35f..f549c57ea4359fcbc93d26e1a4da98ac85c14545 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/linkage.h>
 #include <asm/assembler.h>
 #include <asm/unwind.h>
+#include <asm/export.h>
 
 /*
  * Prototype:
@@ -94,6 +95,7 @@ ENTRY(arm_copy_from_user)
 #include "copy_template.S"
 
 ENDPROC(arm_copy_from_user)
+EXPORT_SYMBOL(arm_copy_from_user)
 
        .pushsection .fixup,"ax"
        .align 0
This page took 0.024529 seconds and 5 git commands to generate.