[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>
Esse commit está contido em:

commit de
James Bottomley

pai
6e51f085f6
commit
900e8d6b87
@@ -2224,14 +2224,8 @@ wd33c93_proc_info(struct Scsi_Host *instance, char *buf, char **start, off_t off
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
wd33c93_release(void)
|
||||
{
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(wd33c93_host_reset);
|
||||
EXPORT_SYMBOL(wd33c93_init);
|
||||
EXPORT_SYMBOL(wd33c93_release);
|
||||
EXPORT_SYMBOL(wd33c93_abort);
|
||||
EXPORT_SYMBOL(wd33c93_queuecommand);
|
||||
EXPORT_SYMBOL(wd33c93_intr);
|
||||
|
Referência em uma nova issue
Block a user