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