public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] seagate cleanup
@ 2003-06-22  0:04 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-22  0:04 UTC (permalink / raw)
  To: linux-scsi; +Cc: linux-kernel, trivial

The patch below does the following cleanups on 
drivers/scsi/seagate.{c,h}:
- remove two unused functions
- remove a function declaration for a function that is no longer present

I've tested the compilation with 2.5.72-mm2.

cu
Adrian

--- linux-2.5.72-mm2/drivers/scsi/seagate.c.old	2003-06-22 01:07:11.000000000 +0200
+++ linux-2.5.72-mm2/drivers/scsi/seagate.c	2003-06-22 01:07:30.000000000 +0200
@@ -266,20 +266,6 @@
 #define WRITE_CONTROL(d) { isa_writeb((d), st0x_cr_sr); }
 #define WRITE_DATA(d) { isa_writeb((d), st0x_dr); }
 
-static void st0x_setup (char *str, int *ints)
-{
-	controller_type = SEAGATE;
-	base_address = ints[1];
-	irq = ints[2];
-}
-
-static void tmc8xx_setup (char *str, int *ints)
-{
-	controller_type = FD;
-	base_address = ints[1];
-	irq = ints[2];
-}
-
 #ifndef OVERRIDE
 static unsigned int seagate_bases[] = {
 	0xc8000, 0xca000, 0xcc000,
--- linux-2.5.72-mm2/drivers/scsi/seagate.h.old	2003-06-22 01:06:20.000000000 +0200
+++ linux-2.5.72-mm2/drivers/scsi/seagate.h	2003-06-22 01:06:40.000000000 +0200
@@ -10,7 +10,6 @@
 #define SEAGATE_H
 
 static int seagate_st0x_detect(Scsi_Host_Template *);
-static int seagate_st0x_command(Scsi_Cmnd *);
 static int seagate_st0x_queue_command(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
 
 static int seagate_st0x_abort(Scsi_Cmnd *);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-22  0:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-22  0:04 [2.5 patch] seagate cleanup Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox