bus/vdev: remove probe with driver name option
[dpdk.git] / drivers / net / null / rte_eth_null.c
index 2c94339..5aef059 100644 (file)
@@ -49,7 +49,6 @@ static unsigned default_packet_copy;
 static const char *valid_arguments[] = {
        ETH_NULL_PACKET_SIZE_ARG,
        ETH_NULL_PACKET_COPY_ARG,
-       "driver",
        NULL
 };