patch-1.3.28 linux/drivers/scsi/seagate.h

Next file: linux/drivers/scsi/sg.c
Previous file: linux/drivers/scsi/seagate.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.27/linux/drivers/scsi/seagate.h linux/drivers/scsi/seagate.h
@@ -24,10 +24,11 @@
 	#define NULL 0
 #endif
 
-int seagate_st0x_biosparam(Disk *, int, int*);
+#include <linux/kdev_t.h>
+int seagate_st0x_biosparam(Disk *, kdev_t, int*);
 
-#define SEAGATE_ST0X  {  NULL, NULL, NULL, "seagate", \
-			 PROC_SCSI_SEAGATE, NULL, seagate_st0x_detect, 	\
+#define SEAGATE_ST0X  {  NULL, NULL, NULL, NULL, \
+			 NULL, seagate_st0x_detect, 	\
 			 NULL, 						\
 			 seagate_st0x_info, seagate_st0x_command,  	\
 			 seagate_st0x_queue_command, seagate_st0x_abort, \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this