IB/qib: Remove empty function
Commit f06267104d
("RDMA: Update workqueue usage") removed
content of qib_qsfp_deinit(...) and left it empty.
This patch deletes all leftovers of that function.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
21d6454a39
commit
564649b4ea
|
@ -2893,7 +2893,6 @@ static void qib_setup_7322_cleanup(struct qib_devdata *dd)
|
|||
dd->cspec->gpio_mask &= ~mask;
|
||||
qib_write_kreg(dd, kr_gpio_mask, dd->cspec->gpio_mask);
|
||||
spin_unlock_irqrestore(&dd->cspec->gpio_lock, flags);
|
||||
qib_qsfp_deinit(&dd->pport[i].cpspec->qsfp_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -485,16 +485,6 @@ void qib_qsfp_init(struct qib_qsfp_data *qd,
|
|||
dd->f_gpio_mod(dd, mask, mask, mask);
|
||||
}
|
||||
|
||||
void qib_qsfp_deinit(struct qib_qsfp_data *qd)
|
||||
{
|
||||
/*
|
||||
* There is nothing to do here for now. our work is scheduled
|
||||
* with queue_work(), and flush_workqueue() from remove_one
|
||||
* will block until all work setup with queue_work()
|
||||
* completes.
|
||||
*/
|
||||
}
|
||||
|
||||
int qib_qsfp_dump(struct qib_pportdata *ppd, char *buf, int len)
|
||||
{
|
||||
struct qib_qsfp_cache cd;
|
||||
|
|
|
@ -186,4 +186,3 @@ extern int qib_refresh_qsfp_cache(struct qib_pportdata *ppd,
|
|||
extern int qib_qsfp_mod_present(struct qib_pportdata *ppd);
|
||||
extern void qib_qsfp_init(struct qib_qsfp_data *qd,
|
||||
void (*fevent)(struct work_struct *));
|
||||
extern void qib_qsfp_deinit(struct qib_qsfp_data *qd);
|
||||
|
|
Loading…
Reference in New Issue