aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-07-19 18:20:21 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-07-19 18:37:02 +0000
commit54e5efb2643ec5f4bf40fef2a1937cd5449a58a0 (patch)
tree3c90c4c023d94794ea69943a92461a9a78548d31 /sys/dev/cxgbe
parentab4f0a15188087e407426aac2a720035fd2a3b0a (diff)
Diffstat (limited to 'sys/dev/cxgbe')
-rw-r--r--sys/dev/cxgbe/t4_tracer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c
index f6c85b15c75a..c4d6f9d48fbc 100644
--- a/sys/dev/cxgbe/t4_tracer.c
+++ b/sys/dev/cxgbe/t4_tracer.c
@@ -231,7 +231,7 @@ t4_cloner_destroy(struct if_clone *ifc, struct ifnet *ifp)
}
void
-t4_tracer_modload()
+t4_tracer_modload(void)
{
sx_init(&t4_trace_lock, "T4/T5 tracer lock");
@@ -240,7 +240,7 @@ t4_tracer_modload()
}
void
-t4_tracer_modunload()
+t4_tracer_modunload(void)
{
if (t4_cloner != NULL) {