public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nuke some superflous externs
@ 2003-04-27 15:50 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-04-27 15:50 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

No idea why those were ever added to scsi.c and scsi_syms.c, they're
properly declared in the headers.


--- 1.105/drivers/scsi/scsi.c	Sat Apr 26 14:36:16 2003
+++ edited/drivers/scsi/scsi.c	Sun Apr 27 13:58:46 2003
@@ -115,11 +118,6 @@
 static unsigned scsi_default_dev_flags;
 LIST_HEAD(scsi_dev_info_list);
 
-/* 
- * Function prototypes.
- */
-extern void scsi_times_out(struct scsi_cmnd *cmd);
-
 MODULE_PARM(scsi_logging_level, "i");
 MODULE_PARM_DESC(scsi_logging_level, "SCSI logging level; should be zero or nonzero");
 
--- 1.31/drivers/scsi/scsi_syms.c	Mon Apr 21 06:10:29 2003
+++ edited/drivers/scsi/scsi_syms.c	Sun Apr 27 09:19:20 2003
@@ -104,8 +102,6 @@
 /*
  * Externalize timers so that HBAs can safely start/restart commands.
  */
-extern void scsi_add_timer(Scsi_Cmnd *, int, void ((*) (Scsi_Cmnd *)));
-extern int scsi_delete_timer(Scsi_Cmnd *);
 EXPORT_SYMBOL(scsi_add_timer);
 EXPORT_SYMBOL(scsi_delete_timer);
 

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

only message in thread, other threads:[~2003-04-27 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-27 15:50 [PATCH] nuke some superflous externs Christoph Hellwig

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