Date: Thu, 23 Mar 2017 21:18:10 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315870 - head/sys/dev/isp Message-ID: <201703232118.v2NLIAQH014149@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Thu Mar 23 21:18:10 2017 New Revision: 315870 URL: https://svnweb.freebsd.org/changeset/base/315870 Log: isp field in struct isp_pcmd is also unused. MFC after: 2 weeks Modified: head/sys/dev/isp/isp_freebsd.h Modified: head/sys/dev/isp/isp_freebsd.h ============================================================================== --- head/sys/dev/isp/isp_freebsd.h Thu Mar 23 21:11:55 2017 (r315869) +++ head/sys/dev/isp/isp_freebsd.h Thu Mar 23 21:18:10 2017 (r315870) @@ -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) */ };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703232118.v2NLIAQH014149>