summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index b3df0df9d18..0cfc2242014 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.30 2006/11/06 03:52:37 brad Exp $ */
+/* $OpenBSD: if_em.h,v 1.31 2006/11/10 21:15:56 brad Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -266,10 +266,6 @@ struct em_buffer {
bus_dmamap_t map; /* bus_dma map for packet */
};
-struct em_q {
- bus_dmamap_t map; /* bus_dma map for packet */
-};
-
/*
* Bus dma allocation structure used by
* em_dma_malloc and em_dma_free.