[ARM] 5227/1: Add the ENDPROC declarations to the .S files
[deliverable/linux.git] / arch / arm / lib / copy_to_user.S
index 4a6d8ea14022329444eb03535f0dd12058ccf89d..22f968bbdffda4172b783ea7cf4c91899b2f02b6 100644 (file)
@@ -16,7 +16,7 @@
 /*
  * Prototype:
  *
- *     size_t __arch_copy_to_user(void *to, const void *from, size_t n)
+ *     size_t __copy_to_user(void *to, const void *from, size_t n)
  *
  * Purpose:
  *
 
        .text
 
-ENTRY(__arch_copy_to_user)
+ENTRY(__copy_to_user)
 
 #include "copy_template.S"
 
+ENDPROC(__copy_to_user)
+
        .section .fixup,"ax"
        .align 0
        copy_abort_preamble
This page took 0.041146 seconds and 5 git commands to generate.