--- c/drivers/scsi/gdth_proc.h	2004-02-04 04:44:05.000000000 +0100
+++ a/drivers/scsi/gdth_proc.h	2004-05-17 13:11:15.000000000 +0200
@@ -16,20 +16,13 @@ static int gdth_set_asc_info(char *buffe
 #ifdef GDTH_IOCTL_PROC
 static int gdth_set_bin_info(char *buffer,int length,int hanum,Scsi_Request *scp);
 #endif
-#elif LINUX_VERSION_CODE >= 0x020322
+#else
 static void gdth_do_cmd(Scsi_Cmnd *scp, gdth_cmd_str *cmd, 
                         char *cmnd, int timeout);
 static int gdth_set_asc_info(char *buffer,int length,int hanum,Scsi_Cmnd *scp);
 #ifdef GDTH_IOCTL_PROC
 static int gdth_set_bin_info(char *buffer,int length,int hanum,Scsi_Cmnd *scp);
 #endif
-#else 
-static void gdth_do_cmd(Scsi_Cmnd *scp, gdth_cmd_str *cmd, 
-                        char *cmnd, int timeout);
-static int gdth_set_asc_info(char *buffer,int length,int hanum,Scsi_Cmnd scp);
-#ifdef GDTH_IOCTL_PROC
-static int gdth_set_bin_info(char *buffer,int length,int hanum,Scsi_Cmnd scp);
-#endif
 #endif
 
 static char *gdth_ioctl_alloc(int hanum, int size, int scratch,
@@ -46,4 +39,3 @@ static int gdth_update_timeout(int hanum
 void gdth_scsi_done(Scsi_Cmnd *scp);
 
 #endif
-
