diff --git a/[refs] b/[refs] index d409112778b8..ffd2a8b0d7a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 901c23fb18fad6506c90e17fa265970c311b9227 +refs/heads/master: 92a19d66a3cc17feae20b4c1147e8b4dbf7b2282 diff --git a/trunk/arch/blackfin/include/asm/bitops.h b/trunk/arch/blackfin/include/asm/bitops.h index 49762c6bb0d5..8a0fed16058f 100644 --- a/trunk/arch/blackfin/include/asm/bitops.h +++ b/trunk/arch/blackfin/include/asm/bitops.h @@ -25,7 +25,6 @@ #include #include -#include #include #ifndef CONFIG_SMP @@ -113,6 +112,9 @@ static inline int test_and_change_bit(int nr, volatile unsigned long *addr) #endif /* CONFIG_SMP */ +/* Needs to be after test_bit and friends */ +#include + /* * hweightN: returns the hamming weight (i.e. the number * of bits set) of a N-bit word