irdma: Silence an unused function warning

Reviewed by:	erj
Fixes:	35105900c6 ("irdma(4): Upgrade the driver to 1.1.11-k")
Differential Revision:	https://reviews.freebsd.org/D39719
This commit is contained in:
Mark Johnston 2023-04-26 09:36:31 -04:00
parent 795497bf3d
commit 727fd8a73d

View file

@ -4205,7 +4205,7 @@ irdma_cm_post_event(struct irdma_cm_event *event)
*
* teardown QPs where source or destination addr matches ip addr
*/
static void
static void __unused
irdma_cm_teardown_connections(struct irdma_device *iwdev,
u32 *ipaddr,
struct irdma_cm_info *nfo,