summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2016-01-07 06:25:36 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2016-01-07 06:25:36 +0000
commit8de1611b84319a5dff848fddc8d31e9a7df79c64 (patch)
treeb04f2243132e742966c4ecb68cbf3ec355d894c6 /sys
parent393934235d4c914403da2a9a422eed48a1d5c263 (diff)
dma_paddr in struct em_dma_alloc is unused, so gc it.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_em.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index a1bcd3d6708..bc8203f2e1d 100644
--- a/sys/dev/pci/if_em.h
+++ b/sys/dev/pci/if_em.h
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */
-/* $OpenBSD: if_em.h,v 1.66 2016/01/07 05:34:11 dlg Exp $ */
+/* $OpenBSD: if_em.h,v 1.67 2016/01/07 06:25:35 dlg Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -280,7 +280,6 @@ struct em_buffer {
* em_dma_malloc and em_dma_free.
*/
struct em_dma_alloc {
- bus_addr_t dma_paddr;
caddr_t dma_vaddr;
bus_dmamap_t dma_map;
bus_dma_segment_t dma_seg;