]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
firewire: fw-sbp2: remove bogus "emulated" host flag
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 21 Jan 2007 19:49:38 +0000 (20:49 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 9 Mar 2007 21:02:42 +0000 (22:02 +0100)
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>
drivers/firewire/fw-sbp2.c

index 13e47e942c12a8588bc35e4fe1acd27ebbde2c57..0b0dcc760585be408a11e58a5ad78e13b8964706 100644 (file)
@@ -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)