]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
bnx2x: removed unused function bnx2x_queue_set_cos_cid
authorYuval Mintz <yuvalmin@broadcom.com>
Mon, 12 Mar 2012 08:53:08 +0000 (08:53 +0000)
committerJoe Jin <joe.jin@oracle.com>
Tue, 28 Aug 2012 07:23:20 +0000 (15:23 +0800)
(cherry picked from commit c121089d9769a404468749b31c52c4d284cb56be)
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/bnx2x/bnx2x_sp.c

index 4ce8d36242c61be437c298bd41abb50110eb850b..487a2b7652d4278987841cfbdc1f242bfce34b01 100644 (file)
@@ -5182,13 +5182,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)