ionic: remove unneeded comp union fields
authorShannon Nelson <snelson@pensando.io>
Tue, 27 Jul 2021 17:43:31 +0000 (10:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 19:15:22 +0000 (20:15 +0100)
We don't use these fields, so remove them from
the definition.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_dev.h

index 8945aed..8311086 100644 (file)
@@ -161,8 +161,6 @@ struct ionic_dev {
 struct ionic_cq_info {
        union {
                void *cq_desc;
-               struct ionic_txq_comp *txcq;
-               struct ionic_rxq_comp *rxcq;
                struct ionic_admin_comp *admincq;
                struct ionic_notifyq_event *notifyq;
        };