[ARM] 5227/1: Add the ENDPROC declarations to the .S files
[pandora-kernel.git] / arch / arm / lib / clearbit.S
index 3475165..1a63e43 100644 (file)
@@ -20,3 +20,5 @@ ENTRY(_clear_bit_be)
                eor     r0, r0, #0x18           @ big endian byte ordering
 ENTRY(_clear_bit_le)
        bitop   bic
+ENDPROC(_clear_bit_be)
+ENDPROC(_clear_bit_le)