svn commit: r328994 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Wed Feb 7 20:13:09 UTC 2018


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);


More information about the svn-src-all mailing list