]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/virtio/virtio_cryptodev.c
cryptodev: replace bus specific struct with generic dev
[dpdk.git] / drivers / crypto / virtio / virtio_cryptodev.c
index f9c890bb3571f390383cff9cdacabe7bf833c0ce..4f170cfec569bed4ec03c8a709e22b1238c903a3 100644 (file)
@@ -1415,7 +1415,6 @@ virtio_crypto_dev_info_get(struct rte_cryptodev *dev,
 
        if (info != NULL) {
                info->driver_id = cryptodev_virtio_driver_id;
-               info->pci_dev = RTE_DEV_TO_PCI(dev->device);
                info->feature_flags = dev->feature_flags;
                info->max_nb_queue_pairs = hw->max_dataqueues;
                info->sym.max_nb_sessions =