isp field in struct isp_pcmd is also unused.

MFC after:	2 weeks
This commit is contained in:
mav 2017-03-23 21:18:10 +00:00
parent 097c431060
commit 880dfdc82f

View File

@ -173,7 +173,6 @@ typedef struct tstate {
struct isp_pcmd {
struct isp_pcmd * next;
bus_dmamap_t dmap; /* dma map for this command */
struct ispsoftc * isp; /* containing isp */
struct callout wdog; /* watchdog timer */
uint32_t datalen; /* data length for this command (target mode only) */
};