From 2d6155a8e0e0e626f671f30f835c3dad1cee46a1 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 30 Apr 2008 14:54:32 +1000 Subject: idr.h needs spinlock.h Signed-off-by: Stephen Rothwell --- include/linux/idr.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #if BITS_PER_LONG == 32 # define IDR_BITS 5 -- cgit v1.2.3