Author: mav
Date: Mon Apr 24 11:20:55 2017
New Revision: 317365
URL: https://svnweb.freebsd.org/changeset/base/317365

Log:
  MFC r315870: isp field in struct isp_pcmd is also unused.

Modified:
  stable/10/sys/dev/isp/isp_freebsd.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/isp/isp_freebsd.h
==============================================================================
--- stable/10/sys/dev/isp/isp_freebsd.h Mon Apr 24 11:20:21 2017        
(r317364)
+++ stable/10/sys/dev/isp/isp_freebsd.h Mon Apr 24 11:20:55 2017        
(r317365)
@@ -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) */
 };
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to