diff options
| -rw-r--r-- | include/linux/bit_spinlock.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/bit_spinlock.h b/include/linux/bit_spinlock.h index 7113a32a86e..e612575a259 100644 --- a/include/linux/bit_spinlock.h +++ b/include/linux/bit_spinlock.h @@ -1,6 +1,10 @@  #ifndef __LINUX_BIT_SPINLOCK_H  #define __LINUX_BIT_SPINLOCK_H +#include <linux/kernel.h> +#include <linux/preempt.h> +#include <asm/atomic.h> +  /*   *  bit-based spin_lock()   *  |