diff options
Diffstat (limited to 'arch/mn10300/include/asm/bitops.h')
-rw-r--r-- | arch/mn10300/include/asm/bitops.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/mn10300/include/asm/bitops.h b/arch/mn10300/include/asm/bitops.h index 0939462967e3..596bb2706d81 100644 --- a/arch/mn10300/include/asm/bitops.h +++ b/arch/mn10300/include/asm/bitops.h | |||
@@ -227,12 +227,7 @@ int ffs(int x) | |||
227 | #include <asm-generic/bitops/find.h> | 227 | #include <asm-generic/bitops/find.h> |
228 | #include <asm-generic/bitops/sched.h> | 228 | #include <asm-generic/bitops/sched.h> |
229 | #include <asm-generic/bitops/hweight.h> | 229 | #include <asm-generic/bitops/hweight.h> |
230 | 230 | #include <asm-generic/bitops/ext2-atomic-setbit.h> | |
231 | #define ext2_set_bit_atomic(lock, nr, addr) \ | ||
232 | test_and_set_bit((nr), (addr)) | ||
233 | #define ext2_clear_bit_atomic(lock, nr, addr) \ | ||
234 | test_and_clear_bit((nr), (addr)) | ||
235 | |||
236 | #include <asm-generic/bitops/le.h> | 231 | #include <asm-generic/bitops/le.h> |
237 | 232 | ||
238 | #endif /* __KERNEL__ */ | 233 | #endif /* __KERNEL__ */ |