git: cd81ea62ff7c - stable/13 - cxgbe ddp: Trim stale function prototype

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 06 Sep 2023 21:56:53 UTC
The branch stable/13 has been updated by jhb:

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

commit cd81ea62ff7cd20689e3fef110964cd8c114ac0e
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-08-23 21:29:02 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-09-06 21:56:10 +0000

    cxgbe ddp: Trim stale function prototype
    
    Sponsored by:   Chelsio Communications
    
    (cherry picked from commit 0677f5ccbb5befcd535d200c45c5fa71f9082cbf)
---
 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 76e6b689339a..2fa218c1a717 100644
--- a/sys/dev/cxgbe/tom/t4_tom.h
+++ b/sys/dev/cxgbe/tom/t4_tom.h
@@ -502,8 +502,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);