diff options
Diffstat (limited to 'sys/dev/sf/if_sfreg.h')
| -rw-r--r-- | sys/dev/sf/if_sfreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sfreg.h b/sys/dev/sf/if_sfreg.h index 53c30f9b493a1..652f804faa3dd 100644 --- a/sys/dev/sf/if_sfreg.h +++ b/sys/dev/sf/if_sfreg.h @@ -1043,7 +1043,7 @@ struct sf_softc { int sf_tx_cnt; u_int8_t sf_link; int sf_if_flags; - struct callout_handle sf_stat_ch; + struct callout sf_stat_callout; struct mtx sf_mtx; #ifdef DEVICE_POLLING int rxcycles; |
