From d2da1c4b5f4392d544c32b3e1bf6f43f9f17193f Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 11 Apr 2008 11:16:41 +0000 Subject: [PATCH] Changed condition for including . --- include/linux/kref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kref.h b/include/linux/kref.h index e939abd9..f0febfa0 100644 --- a/include/linux/kref.h +++ b/include/linux/kref.h @@ -59,7 +59,7 @@ static inline int kref_put(struct kref *kref, #include_next -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9) #include #endif -- 2.26.2