mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
iw_cxgbe: Remove declaration of a function that no longer exists.
This commit is contained in:
parent
05890ca018
commit
919da4ceff
1 changed files with 0 additions and 1 deletions
|
|
@ -964,7 +964,6 @@ void c4iw_pblpool_free(struct c4iw_rdev *rdev, u32 addr, int size);
|
|||
int c4iw_ofld_send(struct c4iw_rdev *rdev, struct mbuf *m);
|
||||
void c4iw_flush_hw_cq(struct c4iw_cq *cq);
|
||||
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
|
||||
void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
|
||||
int c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|
||||
int __c4iw_ep_disconnect(struct c4iw_ep *ep, int abrupt, gfp_t gfp);
|
||||
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
||||
|
|
|
|||
Loading…
Reference in a new issue