Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c31b387 authored by Stefan Richter's avatar Stefan Richter
Browse files

ieee1394: sbp2: remove bogus "emulated" host flag



There is no emulation going on here.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent d06170a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -304,7 +304,6 @@ static struct scsi_host_template sbp2_shost_template = {
	.use_clustering		 = ENABLE_CLUSTERING,
	.cmd_per_lun		 = SBP2_MAX_CMDS,
	.can_queue		 = SBP2_MAX_CMDS,
	.emulated		 = 1,
	.sdev_attrs		 = sbp2_sysfs_sdev_attrs,
};