|
@@ -890,6 +890,11 @@ static int __init NCR5380_init(struct Scsi_Host *instance, int flags)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static void NCR5380_exit(struct Scsi_Host *instance)
|
|
|
|
+{
|
|
|
|
+ /* Empty, as we didn't schedule any delayed work */
|
|
|
|
+}
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Function : int NCR5380_queue_command (struct scsi_cmnd *cmd,
|
|
* Function : int NCR5380_queue_command (struct scsi_cmnd *cmd,
|
|
* void (*done)(struct scsi_cmnd *))
|
|
* void (*done)(struct scsi_cmnd *))
|