summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2021-08-31 08:06:57 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2021-08-31 08:06:57 +0000
commita42880fac87fd9c97becbc27920b65d871f8463d (patch)
treebfe6623c9ccc88429938402c415e7d995aa89ba6 /sys
parent013c81d9c3b7c9736e2113233b05ce18824f0136 (diff)
remove empty forward structs fro bge_ring_data as found with ctfconv.
tested by and ok jmatthew@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_bgereg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h
index bf040bea0c0..5ba94740527 100644
--- a/sys/dev/pci/if_bgereg.h
+++ b/sys/dev/pci/if_bgereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bgereg.h,v 1.133 2021/06/18 06:53:42 jsg Exp $ */
+/* $OpenBSD: if_bgereg.h,v 1.134 2021/08/31 08:06:56 jasper Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -2784,8 +2784,6 @@ struct bge_ring_data {
struct bge_rx_bd bge_rx_return_ring[BGE_RETURN_RING_CNT];
struct bge_tx_bd bge_tx_ring[BGE_TX_RING_CNT];
struct bge_status_block bge_status_block;
- struct bge_tx_desc *bge_tx_ring_nic;/* pointer to shared mem */
- struct bge_cmd_desc *bge_cmd_ring; /* pointer to shared mem */
struct bge_gib bge_info;
};