浏览代码

ieee1394: sbp2: remove bogus "emulated" host flag

There is no emulation going on here.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Stefan Richter 18 年之前
父节点
当前提交
9c31b38723
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/ieee1394/sbp2.c

+ 0 - 1
drivers/ieee1394/sbp2.c

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