mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
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:
parent
795497bf3d
commit
727fd8a73d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue