Index: lm-sensors/trunk/kernel/chips/via686a.c
===================================================================
--- lm-sensors/trunk/kernel/chips/via686a.c	(revision 914)
+++ lm-sensors/trunk/kernel/chips/via686a.c	(revision 933)
@@ -45,5 +45,6 @@
 #endif
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,1))
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,2,18)) || \
+    (LINUX_VERSION_CODE == KERNEL_VERSION(2,3,0))
 #define init_MUTEX(s) do { *(s) = MUTEX; } while(0)
 #endif
