Commit c121089d authored by Yuval Mintz's avatar Yuval Mintz Committed by David S. Miller

bnx2x: removed unused function bnx2x_queue_set_cos_cid

Signed-off-by: default avatarYuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: default avatarEilon Greenstein <eilong@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0a52fd01
......@@ -5181,13 +5181,6 @@ void bnx2x_init_queue_obj(struct bnx2x *bp,
obj->set_pending = bnx2x_queue_set_pending;
}
void bnx2x_queue_set_cos_cid(struct bnx2x *bp,
struct bnx2x_queue_sp_obj *obj,
u32 cid, u8 index)
{
obj->cids[index] = cid;
}
/********************** Function state object *********************************/
enum bnx2x_func_state bnx2x_func_get_state(struct bnx2x *bp,
struct bnx2x_func_sp_obj *o)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment