|
@@ -892,6 +892,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 (Scsi_Cmnd *cmd,
|
|
* Function : int NCR5380_queue_command (Scsi_Cmnd *cmd,
|
|
* void (*done)(Scsi_Cmnd *))
|
|
* void (*done)(Scsi_Cmnd *))
|