Skip to content

Commit

Permalink
bit_spinlock: add required includes
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Piggin <npiggin@kernel.dk>
  • Loading branch information
Nick Piggin committed Jan 7, 2011
1 parent 4e35e60 commit 626d607
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/linux/bit_spinlock.h
Original file line number Diff line number Diff line change
@@ -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()
*
Expand Down

0 comments on commit 626d607

Please sign in to comment.