null: fix build with icc
[dpdk.git] / lib / librte_pmd_null / rte_eth_null.c
index bb10276..3ef5842 100644 (file)
@@ -44,7 +44,7 @@
 static unsigned default_packet_size = 64;
 static unsigned default_packet_copy;
 
-static const char const *valid_arguments[] = {
+static const char *valid_arguments[] = {
        ETH_NULL_PACKET_SIZE_ARG,
        ETH_NULL_PACKET_COPY_ARG,
        NULL