diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/include/asm/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/bitops.h b/arch/alpha/include/asm/bitops.h index adfab8a21dfe..955fec7cfeb8 100644 --- a/arch/alpha/include/asm/bitops.h +++ b/arch/alpha/include/asm/bitops.h | |||
@@ -454,6 +454,7 @@ sched_find_first_bit(const unsigned long b[2]) | |||
454 | return __ffs(tmp) + ofs; | 454 | return __ffs(tmp) + ofs; |
455 | } | 455 | } |
456 | 456 | ||
457 | #include <asm-generic/bitops/le.h> | ||
457 | #include <asm-generic/bitops/ext2-non-atomic.h> | 458 | #include <asm-generic/bitops/ext2-non-atomic.h> |
458 | 459 | ||
459 | #define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a) | 460 | #define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a) |