Changed condition for including <asm/bug.h>.
authorIan Abbott <abbotti@mev.co.uk>
Fri, 11 Apr 2008 11:16:41 +0000 (11:16 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 11 Apr 2008 11:16:41 +0000 (11:16 +0000)
include/linux/kref.h

index e939abd91b6c7279dc66a0e07470be9c395203b4..f0febfa0b352fb8c9852dad2d252325fb5d87a92 100644 (file)
@@ -59,7 +59,7 @@ static inline int kref_put(struct kref *kref,
 
 #include_next <linux/kref.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
 #include <asm/bug.h>
 #endif