Date: Sun, 14 Jan 2007 19:40:41 +0100 (CET) From: Stefan Richter Subject: ieee1394: sbp2: remove bogus "emulated" host flag There is no emulation going on here. Signed-off-by: Stefan Richter --- Index: linux/drivers/ieee1394/sbp2.c =================================================================== --- linux.orig/drivers/ieee1394/sbp2.c 2007-01-14 15:45:30.000000000 +0100 +++ linux/drivers/ieee1394/sbp2.c 2007-01-14 18:40:08.000000000 +0100 @@ -304,7 +304,6 @@ static struct scsi_host_template sbp2_sh .use_clustering = ENABLE_CLUSTERING, .cmd_per_lun = SBP2_MAX_CMDS, .can_queue = SBP2_MAX_CMDS, - .emulated = 1, .sdev_attrs = sbp2_sysfs_sdev_attrs, };