aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/ext2-non-atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/bitops/ext2-non-atomic.h')
-rw-r--r--include/asm-generic/bitops/ext2-non-atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/bitops/ext2-non-atomic.h b/include/asm-generic/bitops/ext2-non-atomic.h
index ba27bbe755a2..ad0a244787f6 100644
--- a/include/asm-generic/bitops/ext2-non-atomic.h
+++ b/include/asm-generic/bitops/ext2-non-atomic.h
@@ -1,8 +1,6 @@
1#ifndef _ASM_GENERIC_BITOPS_EXT2_NON_ATOMIC_H_ 1#ifndef _ASM_GENERIC_BITOPS_EXT2_NON_ATOMIC_H_
2#define _ASM_GENERIC_BITOPS_EXT2_NON_ATOMIC_H_ 2#define _ASM_GENERIC_BITOPS_EXT2_NON_ATOMIC_H_
3 3
4#include <asm-generic/bitops/le.h>
5
6#define ext2_set_bit(nr,addr) \ 4#define ext2_set_bit(nr,addr) \
7 __test_and_set_bit_le((nr), (unsigned long *)(addr)) 5 __test_and_set_bit_le((nr), (unsigned long *)(addr))
8#define ext2_clear_bit(nr,addr) \ 6#define ext2_clear_bit(nr,addr) \