dect
/
linux-2.6
Archived
13
0
Fork 0

ieee1394: sbp2: remove bogus "emulated" host flag

There is no emulation going on here.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
Stefan Richter 2007-01-14 19:40:41 +01:00
parent d06170a9ba
commit 9c31b38723
1 changed files with 0 additions and 1 deletions

View File

@ -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,
};