projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a52fd0
)
bnx2x: removed unused function bnx2x_queue_set_cos_cid
author
Yuval Mintz
<
[email protected]
>
Mon, 12 Mar 2012 08:53:08 +0000
(08:53 +0000)
committer
David S. Miller
<
[email protected]
>
Tue, 13 Mar 2012 00:10:49 +0000
(17:10 -0700)
Signed-off-by: Yuval Mintz <
[email protected]
>
Signed-off-by: Eilon Greenstein <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
index f7896c2097e456fd7b30b21eda424854f1aaddd8..2b18ccd1e739887f023caf361fd79c4765de704a 100644
(file)
--- a/
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
+++ b/
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
@@
-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)