]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt_ethdev.c
drivers: remove static driver names
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
index 9531abf8f88b64daae0fe255320284b637434210..9a2123ecb67f1b0724b30866d8ce2a5cc872c618 100644 (file)
@@ -1041,7 +1041,6 @@ static int bnxt_rte_pmd_init(const char *name, const char *params __rte_unused)
 }
 
 static struct rte_driver bnxt_pmd_drv = {
-       .name = "eth_bnxt",
        .type = PMD_PDEV,
        .init = bnxt_rte_pmd_init,
 };