Date: Sun, 21 Jan 2007 20:49:38 +0100 (CET) From: Stefan Richter Subject: firewire: fw-sbp2: remove bogus "emulated" host flag There is no emulation going on here too. Signed-off-by: Stefan Richter Signed-off-by: Kristian Høgsberg --- Index: linux/drivers/firewire/fw-sbp2.c =================================================================== --- linux.orig/drivers/firewire/fw-sbp2.c 2007-01-21 20:08:27.000000000 +0100 +++ linux/drivers/firewire/fw-sbp2.c 2007-01-21 20:11:07.000000000 +0100 @@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_dr .use_clustering = ENABLE_CLUSTERING, .cmd_per_lun = 1, /* SBP2_MAX_CMDS, */ .can_queue = 1, /* SBP2_MAX_CMDS, */ - .emulated = 1, }; static int add_scsi_devices(struct fw_unit *unit)