aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorShannon Nelson <snelson@pensando.io>2021-07-27 10:43:31 -0700
committerDavid S. Miller <davem@davemloft.net>2021-07-27 20:15:22 +0100
commita1cda1844bee5fda96cd06f958c4aaf8285f18d5 (patch)
tree40dd899149d4d773557e34024961eb7e81fe7f32 /drivers/net
parentionic: increment num-vfs before configure (diff)
downloadlinux-dev-a1cda1844bee5fda96cd06f958c4aaf8285f18d5.tar.xz
linux-dev-a1cda1844bee5fda96cd06f958c4aaf8285f18d5.zip
ionic: remove unneeded comp union fields
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>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/pensando/ionic/ionic_dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_dev.h b/drivers/net/ethernet/pensando/ionic/ionic_dev.h
index 8945aeda1b4c..8311086fb1f4 100644
--- a/drivers/net/ethernet/pensando/ionic/ionic_dev.h
+++ b/drivers/net/ethernet/pensando/ionic/ionic_dev.h
@@ -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;
};