summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ixgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_ixgb.h')
-rw-r--r--sys/dev/pci/if_ixgb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h
index be708e5eeee..4b4f8e72aa0 100644
--- a/sys/dev/pci/if_ixgb.h
+++ b/sys/dev/pci/if_ixgb.h
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
-/* $OpenBSD: if_ixgb.h,v 1.9 2006/11/18 18:46:20 brad Exp $ */
+/* $OpenBSD: if_ixgb.h,v 1.10 2006/11/28 04:45:08 brad Exp $ */
#ifndef _IXGB_H_DEFINED_
#define _IXGB_H_DEFINED_
@@ -207,10 +207,6 @@ struct ixgb_buffer {
bus_dmamap_t map; /* bus_dma map for packet */
};
-struct ixgb_q {
- bus_dmamap_t map; /* bus_dma map for packet */
-};
-
/*
* Bus dma allocation structure used by
* ixgb_dma_malloc and ixgb_dma_free.