public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi compile warning fix
@ 2001-10-29 15:26 Robert Love
  0 siblings, 0 replies; only message in thread
From: Robert Love @ 2001-10-29 15:26 UTC (permalink / raw)
  To: laughing, torvalds; +Cc: linux-kernel

drivers/scsi/scsi.c : proc_scsi_gen_write is declared prior to its
formal definition.  it is not used before its definition, and thus the
prior declaration is pointless, generating a compile warning...

attached applies fine to 2.4.13-ac4...

diff -urN linux-2.4.13-ac2/drivers/scsi/scsi.c linux/drivers/scsi/scsi.c
--- linux-2.4.13-ac2/drivers/scsi/scsi.c	Fri Oct 26 15:47:59 2001
+++ linux/drivers/scsi/scsi.c	Fri Oct 26 23:34:20 2001
@@ -1515,9 +1515,6 @@
 	spin_unlock_irqrestore(&device_request_lock, flags);
 }
 
-static int proc_scsi_gen_write(struct file * file, const char * buf,
-                              unsigned long length, void *data);
-
 void __init scsi_host_no_insert(char *str, int n)
 {
     Scsi_Host_Name *shn, *shn2;


	Robert Love


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

only message in thread, other threads:[~2001-10-29 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-29 15:26 [PATCH] scsi compile warning fix Robert Love

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