Fix build with GCC

Fix suggested by:	jhb, scottl
Sponsored by:	Panzura
This commit is contained in:
Josh Paetzel 2019-11-15 01:07:39 +00:00
parent 052e12a508
commit 4c6bf7c398

View File

@ -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;