Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 21:30:27 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0677f5ccbb5b - main - cxgbe ddp: Trim stale function prototype
Message-ID:  <202308232130.37NLUR1P015274@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=0677f5ccbb5befcd535d200c45c5fa71f9082cbf

commit 0677f5ccbb5befcd535d200c45c5fa71f9082cbf
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-08-23 21:29:02 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-08-23 21:30:16 +0000

    cxgbe ddp: Trim stale function prototype
    
    Sponsored by:   Chelsio Communications
---
 sys/dev/cxgbe/tom/t4_tom.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/cxgbe/tom/t4_tom.h b/sys/dev/cxgbe/tom/t4_tom.h
index 700f136bead6..b492fe86ae3a 100644
--- a/sys/dev/cxgbe/tom/t4_tom.h
+++ b/sys/dev/cxgbe/tom/t4_tom.h
@@ -501,8 +501,6 @@ int t4_write_page_pods_for_buf(struct adapter *, struct toepcb *,
 int t4_write_page_pods_for_sgl(struct adapter *, struct toepcb *,
     struct ppod_reservation *, struct ctl_sg_entry *, int, int, struct mbufq *);
 void t4_free_page_pods(struct ppod_reservation *);
-int t4_soreceive_ddp(struct socket *, struct sockaddr **, struct uio *,
-    struct mbuf **, struct mbuf **, int *);
 int t4_aio_queue_ddp(struct socket *, struct kaiocb *);
 void t4_ddp_mod_load(void);
 void t4_ddp_mod_unload(void);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308232130.37NLUR1P015274>