mirror of https://gitee.com/openkylin/linux.git
[SCSI] jazz_esp: Delete useless prototype
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
e24d873d25
commit
0320503dce
|
@ -52,7 +52,6 @@ static volatile unsigned char cmd_buffer[16];
|
|||
* via PIO.
|
||||
*/
|
||||
|
||||
int jazz_esp_detect(struct scsi_host_template *tpnt);
|
||||
static int jazz_esp_release(struct Scsi_Host *shost)
|
||||
{
|
||||
if (shost->irq)
|
||||
|
|
Loading…
Reference in New Issue