firewire: fw-sbp2: remove bogus "emulated" host flag

There is no emulation going on here too.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
This commit is contained in:
Stefan Richter 2007-01-21 20:49:38 +01:00
parent 6cad95fe97
commit 5fa1580d2d
1 changed files with 0 additions and 1 deletions

View File

@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = {
.use_clustering = ENABLE_CLUSTERING, .use_clustering = ENABLE_CLUSTERING,
.cmd_per_lun = 1, /* SBP2_MAX_CMDS, */ .cmd_per_lun = 1, /* SBP2_MAX_CMDS, */
.can_queue = 1, /* SBP2_MAX_CMDS, */ .can_queue = 1, /* SBP2_MAX_CMDS, */
.emulated = 1,
}; };
static int add_scsi_devices(struct fw_unit *unit) static int add_scsi_devices(struct fw_unit *unit)