--- c/drivers/scsi/dc390.h	2004-04-04 05:36:26.000000000 +0200
+++ a/drivers/scsi/dc390.h	2004-05-09 14:50:04.000000000 +0200
@@ -13,11 +13,6 @@
 #ifndef DC390_H
 #define DC390_H
 
-#include <linux/version.h>
-#ifndef KERNEL_VERSION
-# define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#endif
-
 #define DC390_BANNER "Tekram DC390/AM53C974"
 #define DC390_VERSION "2.0f 2000-12-20"
 
@@ -26,7 +21,7 @@
  * So long: Use old exception handling :-( */
 #define OLD_EH
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION (2,1,70) || defined (OLD_EH)
+#ifdef OLD_EH
 # define NEW_EH
 #else
 # define NEW_EH use_new_eh_code: 1,
