drivers: remove static driver names
[dpdk.git] / drivers / net / mlx5 / mlx5.c
index 8d32252..d96a9af 100644 (file)
@@ -758,7 +758,6 @@ rte_mlx5_pmd_init(const char *name, const char *args)
 
 static struct rte_driver rte_mlx5_driver = {
        .type = PMD_PDEV,
-       .name = MLX5_DRIVER_NAME,
        .init = rte_mlx5_pmd_init,
 };