From: Stefan Richter Date: Sun, 21 Jan 2007 19:49:38 +0000 (+0100) Subject: firewire: fw-sbp2: remove bogus "emulated" host flag X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5fa1580d2d922171c5ef8da487054d056298a970;p=deliverable%2Flinux.git 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 --- diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c index 13e47e942c12..0b0dcc760585 100644 --- a/drivers/firewire/fw-sbp2.c +++ b/drivers/firewire/fw-sbp2.c @@ -1012,7 +1012,6 @@ static struct scsi_host_template scsi_driver_template = { .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)