From: jasper Date: Tue, 31 Aug 2021 08:06:56 +0000 (+0000) Subject: remove empty forward structs fro bge_ring_data as found with ctfconv. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2c9c741cf533d678d73d5fc5dd805c0f1d07a08b;p=openbsd remove empty forward structs fro bge_ring_data as found with ctfconv. tested by and ok jmatthew@ --- 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; };