aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
-rw-r--r--drivers/message/fusion/mptfc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c
index da16b47a3f32..d09387134145 100644
--- a/drivers/message/fusion/mptfc.c
+++ b/drivers/message/fusion/mptfc.c
@@ -1310,8 +1310,6 @@ mptfc_probe(struct pci_dev *pdev, const struct pci_device_id *id)
1310 hd->timer.data = (unsigned long) hd; 1310 hd->timer.data = (unsigned long) hd;
1311 hd->timer.function = mptscsih_timer_expired; 1311 hd->timer.function = mptscsih_timer_expired;
1312 1312
1313 init_waitqueue_head(&hd->scandv_waitq);
1314 hd->scandv_wait_done = 0;
1315 hd->last_queue_full = 0; 1313 hd->last_queue_full = 0;
1316 1314
1317 sh->transportt = mptfc_transport_template; 1315 sh->transportt = mptfc_transport_template;