]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vhost/rte_eth_vhost.c
drivers: remove static driver names
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index a02dd552d839938a2923ad69097d2c38ec4c5a5f..e42ee2cbc82d27b02988d7dca0a2de69746083af 100644 (file)
@@ -915,7 +915,6 @@ rte_pmd_vhost_devuninit(const char *name)
 }
 
 static struct rte_driver pmd_vhost_drv = {
 }
 
 static struct rte_driver pmd_vhost_drv = {
-       .name = "eth_vhost",
        .type = PMD_VDEV,
        .init = rte_pmd_vhost_devinit,
        .uninit = rte_pmd_vhost_devuninit,
        .type = PMD_VDEV,
        .init = rte_pmd_vhost_devinit,
        .uninit = rte_pmd_vhost_devuninit,