Commit a1cda184 authored by Shannon Nelson's avatar Shannon Nelson Committed by David S. Miller

ionic: remove unneeded comp union fields

We don't use these fields, so remove them from
the definition.
Signed-off-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 73618201
...@@ -161,8 +161,6 @@ struct ionic_dev { ...@@ -161,8 +161,6 @@ struct ionic_dev {
struct ionic_cq_info { struct ionic_cq_info {
union { union {
void *cq_desc; void *cq_desc;
struct ionic_txq_comp *txcq;
struct ionic_rxq_comp *rxcq;
struct ionic_admin_comp *admincq; struct ionic_admin_comp *admincq;
struct ionic_notifyq_event *notifyq; struct ionic_notifyq_event *notifyq;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment