summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-04-30 14:54:32 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-05-09 13:09:43 +1000
commit2d6155a8e0e0e626f671f30f835c3dad1cee46a1 (patch)
treedc0cd048958f2e725a0ea5bcaf860c99b08cc910
parent7a4d889d3237c832bb120421b60de5dfd2ba1a3c (diff)
idr.h needs spinlock.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--include/linux/idr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h
index 9a2d762124de..fd155dfa9598 100644
--- a/include/linux/idr.h
+++ b/include/linux/idr.h
@@ -15,6 +15,7 @@
#include <linux/types.h>
#include <linux/bitops.h>
#include <linux/init.h>
+#include <linux/spinlock.h>
#if BITS_PER_LONG == 32
# define IDR_BITS 5