diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/bitops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/bitops.h b/arch/s390/include/asm/bitops.h index 2dd32bba47ee..e1c8f3a49884 100644 --- a/arch/s390/include/asm/bitops.h +++ b/arch/s390/include/asm/bitops.h | |||
@@ -862,7 +862,6 @@ static inline int find_next_bit_le(void *vaddr, unsigned long size, | |||
862 | #define ext2_clear_bit_atomic(lock, nr, addr) \ | 862 | #define ext2_clear_bit_atomic(lock, nr, addr) \ |
863 | test_and_clear_bit_le(nr, addr) | 863 | test_and_clear_bit_le(nr, addr) |
864 | 864 | ||
865 | #include <asm-generic/bitops/minix.h> | ||
866 | 865 | ||
867 | #endif /* __KERNEL__ */ | 866 | #endif /* __KERNEL__ */ |
868 | 867 | ||