diff options
Diffstat (limited to 'sys/dev/firewire/firewirereg.h')
| -rw-r--r-- | sys/dev/firewire/firewirereg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 9549a299c22f..bfa7256cbb7b 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -225,7 +225,7 @@ struct firewire_comm{  	u_int32_t *config_rom;  	struct fw_topology_map *topology_map;  	struct fw_speed_map *speed_map; -	struct callout_handle tlhandle; +	struct callout busprobe_callout;  	struct callout_handle bmrhandle;  	struct callout_handle timeouthandle;  	struct callout_handle retry_probe_handle; | 
