eal/windows: add missing C++ include guards
[dpdk.git] / lib / net / rte_net_crc.c
index 1fe58f7..a685f9e 100644 (file)
@@ -3,13 +3,11 @@
  */
 
 #include <stddef.h>
-#include <string.h>
 #include <stdint.h>
 
 #include <rte_cpuflags.h>
 #include <rte_common.h>
 #include <rte_net_crc.h>
-#include <rte_eal.h>
 #include <rte_log.h>
 #include <rte_vect.h>
 
@@ -76,7 +74,7 @@ static uint16_t max_simd_bitwidth;
        rte_log(RTE_LOG_ ## level, libnet_logtype, "%s(): " fmt "\n",   \
                __func__, ## args)
 
-RTE_LOG_REGISTER(libnet_logtype, lib.net, INFO);
+RTE_LOG_REGISTER_DEFAULT(libnet_logtype, INFO);
 
 /* Scalar handling */