diff options
Diffstat (limited to 'arch/hexagon/include/asm/bitops.h')
| -rw-r--r-- | arch/hexagon/include/asm/bitops.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/hexagon/include/asm/bitops.h b/arch/hexagon/include/asm/bitops.h index 9b1e4afbab3..5e4a59b3ec1 100644 --- a/arch/hexagon/include/asm/bitops.h +++ b/arch/hexagon/include/asm/bitops.h @@ -25,12 +25,10 @@  #include <linux/compiler.h>  #include <asm/byteorder.h>  #include <asm/atomic.h> +#include <asm/barrier.h>  #ifdef __KERNEL__ -#define smp_mb__before_clear_bit()	barrier() -#define smp_mb__after_clear_bit()	barrier() -  /*   * The offset calculations for these are based on BITS_PER_LONG == 32   * (i.e. I get to shift by #5-2 (32 bits per long, 4 bytes per access),  | 
