RDMA/cxgb4: Remove db_drop_task
authorSteve Wise <swise@opengridcomputing.com>
Fri, 11 Mar 2011 22:30:32 +0000 (22:30 +0000)
committerRoland Dreier <roland@purestorage.com>
Mon, 14 Mar 2011 19:09:10 +0000 (12:09 -0700)
commit294281373999e7fff393c04eb16092a8f00ad5aa
tree3608fd01c734f99670f43f4cfac691da63c7a5d2
parentb52fe09e3309c3d7069cd0e5a3bdb5b4ba45e01f
RDMA/cxgb4: Remove db_drop_task

Unloading iw_cxgb4 can crash due to the unload code trying to use
db_drop_task, which is uninitialized.  So remove this dead code.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/device.c
drivers/infiniband/hw/cxgb4/iw_cxgb4.h