]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vmxnet3/vmxnet3_rxtx.c
drivers/net: remove unnecessary macro for unused variables
[dpdk.git] / drivers / net / vmxnet3 / vmxnet3_rxtx.c
index e865c6759170f5934994c900d1eb40092b2019d4..d8713a1e5f2fc56eb3187ccf47eacbcc863918cc 100644 (file)
@@ -901,7 +901,7 @@ vmxnet3_dev_tx_queue_setup(struct rte_eth_dev *dev,
                           uint16_t queue_idx,
                           uint16_t nb_desc,
                           unsigned int socket_id,
-                          __rte_unused const struct rte_eth_txconf *tx_conf)
+                          const struct rte_eth_txconf *tx_conf)
 {
        struct vmxnet3_hw *hw = dev->data->dev_private;
        const struct rte_memzone *mz;