* [PATCH] add a missing extern to scsi_priv.h
@ 2003-08-25 12:23 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2003-08-25 12:23 UTC (permalink / raw)
To: James Bottomley; +Cc: linux-scsi
scsi_scan_host_selected was the only prototype without 'extern'
diff -Nru a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h
--- a/drivers/scsi/scsi_priv.h Mon Aug 25 13:37:25 2003
+++ b/drivers/scsi/scsi_priv.h Mon Aug 25 13:37:25 2003
@@ -126,8 +126,8 @@
#endif /* CONFIG_PROC_FS */
/* scsi_scan.c */
-int scsi_scan_host_selected(struct Scsi_Host *, unsigned int, unsigned int,
- unsigned int, int);
+extern int scsi_scan_host_selected(struct Scsi_Host *, unsigned int,
+ unsigned int, unsigned int, int);
extern void scsi_forget_host(struct Scsi_Host *);
extern void scsi_free_sdev(struct scsi_device *);
extern void scsi_rescan_device(struct device *);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-25 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-25 12:23 [PATCH] add a missing extern to scsi_priv.h Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox