Fixed a compile-breaking mistake in scsi_aha154x.c.

This commit is contained in:
OBattler
2017-10-11 18:17:46 +02:00
parent 5e1a8d5c91
commit 1b3cb1b501

View File

@@ -657,7 +657,6 @@ aha_reset(aha_t *dev)
dev->MailboxIsBIOS = 0;
dev->BIOSMailboxCount = 0;
dev->BIOSMailboxOutPosCur = 0;
dev->BIOSMailboxOutInterrupts = 0;
clear_irq(dev);
}