[patch] 2.1.99 scsi_ioctl_send_command

Keith Owens (kaos@ocs.com.au)
Sun, 03 May 1998 19:01:52 +1000


scsi_ioctl_send_command needs to be exported when sg is a module.
Trivial patch.

--- linux/drivers/scsi/scsi_syms.c.orig Sun, 18 Jan 1998 14:05:59 +1100 keith (linux-2.1/t/43_scsi_syms. 1.5 644) 99.3
+++ linux/drivers/scsi/scsi_syms.c Sun, 03 May 1998 18:47:27 +1000 keith (linux-2.1/t/43_scsi_syms. 1.5 644) 99.3(w)
@@ -65,6 +65,7 @@
EXPORT_SYMBOL(print_Scsi_Cmnd);
EXPORT_SYMBOL(scsi_block_when_processing_errors);
EXPORT_SYMBOL(scsi_mark_host_reset);
+EXPORT_SYMBOL(scsi_ioctl_send_command);
#if defined(CONFIG_SCSI_LOGGING) /* { */
EXPORT_SYMBOL(scsi_logging_level);
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu