summaryrefslogtreecommitdiffstats
path: root/drivers/firewire
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire')
-rw-r--r--drivers/firewire/sbp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/sbp2.c b/drivers/firewire/sbp2.c
index 6bac03999fd4..09b845e90114 100644
--- a/drivers/firewire/sbp2.c
+++ b/drivers/firewire/sbp2.c
@@ -1610,7 +1610,6 @@ static struct scsi_host_template scsi_driver_template = {
1610 .eh_abort_handler = sbp2_scsi_abort, 1610 .eh_abort_handler = sbp2_scsi_abort,
1611 .this_id = -1, 1611 .this_id = -1,
1612 .sg_tablesize = SG_ALL, 1612 .sg_tablesize = SG_ALL,
1613 .use_clustering = ENABLE_CLUSTERING,
1614 .can_queue = 1, 1613 .can_queue = 1,
1615 .sdev_attrs = sbp2_scsi_sysfs_attrs, 1614 .sdev_attrs = sbp2_scsi_sysfs_attrs,
1616}; 1615};