Remove duplicate .close in scsi_t228_device

This commit is contained in:
Jasmine Iwanek
2025-02-11 12:02:47 -05:00
committed by GitHub
parent ab3d849c76
commit 109a913bf5

View File

@@ -616,7 +616,6 @@ const device_t scsi_t128_device = {
.config = t128_config .config = t128_config
}; };
const device_t scsi_t228_device = { const device_t scsi_t228_device = {
.name = "Trantor T228", .name = "Trantor T228",
.internal_name = "t228", .internal_name = "t228",
@@ -624,7 +623,6 @@ const device_t scsi_t228_device = {
.local = 0, .local = 0,
.init = t128_init, .init = t128_init,
.close = t128_close, .close = t128_close,
.close = t128_close,
.reset = NULL, .reset = NULL,
.available = t128_available, .available = t128_available,
.speed_changed = NULL, .speed_changed = NULL,