aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2019-11-15 01:07:39 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2019-11-15 01:07:39 +0000
commit4c6bf7c398ad3ecd4bcbf651fd7fc8f789acbbd7 (patch)
tree0acd564adef96d29abb998c890a78b0b8d7132a5 /sys/dev
parent052e12a5084f8ab3bbc602cabf095576b47f6146 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vmware/pvscsi/pvscsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c
index f7181ecdf37b..cb77016bc563 100644
--- a/sys/dev/vmware/pvscsi/pvscsi.c
+++ b/sys/dev/vmware/pvscsi/pvscsi.c
@@ -54,7 +54,6 @@ MALLOC_DEFINE(M_PVSCSI, "pvscsi", "PVSCSI memory");
#define ccb_pvscsi_sc spriv_ptr1
struct pvscsi_softc;
-static timeout_t pvscsi_timeout;
struct pvscsi_hcb;
struct pvscsi_dma;