diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-12-10 22:06:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-12-10 22:06:53 +0000 |
| commit | 5773ac113c5c364ed1f0af12b97b2c3b058e1ee2 (patch) | |
| tree | e55a42968af4af757de27ce13cb7cb4ce7bf4c4c /sys/dev/smc | |
| parent | a8a03706fb01033b011bb795286f51444bab172d (diff) | |
Notes
Diffstat (limited to 'sys/dev/smc')
| -rw-r--r-- | sys/dev/smc/if_smc.c | 2 |
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 |
