aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2019-12-10 22:06:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2019-12-10 22:06:53 +0000
commit5773ac113c5c364ed1f0af12b97b2c3b058e1ee2 (patch)
treee55a42968af4af757de27ce13cb7cb4ce7bf4c4c /sys/dev/smc
parenta8a03706fb01033b011bb795286f51444bab172d (diff)
Notes
Diffstat (limited to 'sys/dev/smc')
-rw-r--r--sys/dev/smc/if_smc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smc/if_smc.c b/sys/dev/smc/if_smc.c
index 39969b9f5baa..6b69deb74d99 100644
--- a/sys/dev/smc/if_smc.c
+++ b/sys/dev/smc/if_smc.c
@@ -122,7 +122,7 @@ static void smc_task_rx(void *, int);
static void smc_task_tx(void *, int);
static driver_filter_t smc_intr;
-static timeout_t smc_watchdog;
+static callout_func_t smc_watchdog;
#ifdef DEVICE_POLLING
static poll_handler_t smc_poll;
#endif