You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SCSI] wd33c93: Kill empty wd33c93_release()
wd33c93_release() has been empty since ages, and sgiwd93.c no longer calls it since its conversion to a proper platform driver 2 years ago. Also remove the callers in the m68k wd33c93 shims. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
6e51f085f6
commit
900e8d6b87
@@ -108,7 +108,6 @@ int mvme147_detect(struct scsi_host_template *tpnt)
|
||||
err_free_irq:
|
||||
free_irq(MVME147_IRQ_SCSI_PORT, mvme147_intr);
|
||||
err_unregister:
|
||||
wd33c93_release();
|
||||
scsi_unregister(mvme147_host);
|
||||
err_out:
|
||||
return 0;
|
||||
@@ -155,7 +154,6 @@ int mvme147_release(struct Scsi_Host *instance)
|
||||
{
|
||||
#ifdef MODULE
|
||||
/* XXX Make sure DMA is stopped! */
|
||||
wd33c93_release();
|
||||
free_irq(MVME147_IRQ_SCSI_PORT, mvme147_intr);
|
||||
free_irq(MVME147_IRQ_SCSI_DMA, mvme147_intr);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user