cryptodev: remove unused driver struct
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.h
index 7f6fbf0..4e318f0 100644 (file)
@@ -694,8 +694,6 @@ struct rte_cryptodev {
        enqueue_pkt_burst_t enqueue_burst;
        /**< Pointer to PMD transmit function. */
 
-       const struct rte_cryptodev_driver *driver;
-       /**< Driver for this device */
        struct rte_cryptodev_data *data;
        /**< Pointer to device data */
        struct rte_cryptodev_ops *dev_ops;