patch-2.3.29 linux/drivers/scsi/wd33c93.c

Next file: linux/drivers/scsi/wd33c93.h
Previous file: linux/drivers/scsi/t128.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/scsi/wd33c93.c linux/drivers/scsi/wd33c93.c
@@ -77,12 +77,7 @@
 #include <linux/version.h>
 #include <linux/init.h>
 #include <asm/irq.h>
-
-#if LINUX_VERSION_CODE >= 0x010300
 #include <linux/blk.h>
-#else
-#include "../block/blk.h"
-#endif
 
 #include "scsi.h"
 #include "hosts.h"
@@ -1404,11 +1399,7 @@
 
 
 
-#if LINUX_VERSION_CODE >= 0x010300
 int wd33c93_reset(Scsi_Cmnd *SCpnt, unsigned int reset_flags)
-#else
-int wd33c93_reset(Scsi_Cmnd *SCpnt)
-#endif
 {
 struct Scsi_Host *instance;
 struct WD33C93_hostdata *hostdata;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)