]> git.sur5r.net Git - groeck-nct6775/blobdiff - compat.h
Update minimum kernel version to 2.6.32
[groeck-nct6775] / 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)