aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptrr/os_bsd.h
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-09-25 01:48:45 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-09-25 01:48:45 +0000
commit0082e54e9d0d882a4eab9c6c0de71ac8c891dcef (patch)
tree4ba80487d8d5ba6364f0f8d1bdf5ad85102180c3 /sys/dev/hptrr/os_bsd.h
parentf9c8a14ba2ef7032b29b95020eff7fd88e1f26fe (diff)
Notes
Diffstat (limited to 'sys/dev/hptrr/os_bsd.h')
-rw-r--r--sys/dev/hptrr/os_bsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/hptrr/os_bsd.h b/sys/dev/hptrr/os_bsd.h
index 1c6760e8edaa..ec221f39b90a 100644
--- a/sys/dev/hptrr/os_bsd.h
+++ b/sys/dev/hptrr/os_bsd.h
@@ -174,7 +174,6 @@ typedef struct _os_cmdext {
struct _os_cmdext *next;
union ccb *ccb;
bus_dmamap_t dma_map;
- struct callout_handle timeout_ch;
SG psg[os_max_sg_descriptors];
}
OS_CMDEXT, *POS_CMDEXT;