diff options
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r-- | sys/pci/if_sisreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index fa51a6f..daccbb1 100644 --- a/sys/pci/if_sisreg.h +++ b/sys/pci/if_sisreg.h @@ -469,7 +469,7 @@ struct sis_softc { bus_dma_tag_t sis_parent_tag; bus_dma_tag_t sis_tag; struct sis_ring_data sis_cdata; - struct callout_handle sis_stat_ch; + struct callout sis_stat_ch; #ifdef DEVICE_POLLING int rxcycles; #endif |