]> git.sur5r.net Git - groeck-nct6775/commitdiff
Update minimum kernel version to 2.6.32
authorGuenter Roeck <linux@roeck-us.net>
Sat, 17 Jan 2015 17:29:53 +0000 (09:29 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 17 Jan 2015 17:29:53 +0000 (09:29 -0800)
The driver needs is_visible support from the kernel core.
Working qround this for older kernels would be too difficult,
so set the minimum kernel version to 2.6.32, which is also
the oldest still supported longterm kernel.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
compat.h

index b670e5ce78bc400af3f8331ed6883b6f3c1238f4..5d37fc7cf9b11c3093314670264f84f15f94f9b6 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -3,8 +3,8 @@
 
 #include <linux/version.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16)
-#error This driver is for kernel versions 2.6.16 and later
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 32)
+#error This driver is for kernel versions 2.6.32 and later
 #endif
 
 #if !defined (CONFIG_HWMON_VID) && !defined(CONFIG_HWMON_VID_MODULE)