Date: Wed, 7 Feb 2018 20:13:08 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328994 - head/sys/dev/cxgbe/iw_cxgbe Message-ID: <201802072013.w17KD8a0002508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Wed Feb 7 20:13:08 2018 New Revision: 328994 URL: https://svnweb.freebsd.org/changeset/base/328994 Log: iw_cxgbe: Remove declaration of a function that no longer exists. Modified: head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h Modified: head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h ============================================================================== --- head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h Wed Feb 7 19:53:14 2018 (r328993) +++ head/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h Wed Feb 7 20:13:08 2018 (r328994) @@ -964,7 +964,6 @@ void c4iw_pblpool_free(struct c4iw_rdev *rdev, u32 add 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802072013.w17KD8a0002508>