eal: remove unused PMD types
[dpdk.git] / drivers / crypto / null / null_crypto_pmd.c
index 4c12faa..bd139b4 100644 (file)
@@ -269,9 +269,6 @@ cryptodev_null_uninit(const char *name)
 }
 
 static struct rte_vdev_driver cryptodev_null_pmd_drv = {
-       .driver = {
-               .type = PMD_VDEV,
-       },
        .init = cryptodev_null_init,
        .uninit = cryptodev_null_uninit
 };