aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/changebit.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/changebit.S')
-rw-r--r--arch/arm/lib/changebit.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/lib/changebit.S b/arch/arm/lib/changebit.S
index 68ed5b62e839..f4027862172f 100644
--- a/arch/arm/lib/changebit.S
+++ b/arch/arm/lib/changebit.S
@@ -12,6 +12,4 @@
12#include "bitops.h" 12#include "bitops.h"
13 .text 13 .text
14 14
15ENTRY(_change_bit) 15bitop _change_bit, eor
16 bitop eor
17ENDPROC(_change_bit)