]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/fslmc/fslmc_bus.c
remove useless include of EAL memory config header
[dpdk.git] / drivers / bus / fslmc / fslmc_bus.c
index 9e4146abac34db0bec5c7cc0a5be6e0d03316c5b..e7d240f9d4224af0edeedd302778164332a55311 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <rte_log.h>
 #include <rte_bus.h>
-#include <rte_eal_memconfig.h>
 #include <rte_malloc.h>
 #include <rte_devargs.h>
 #include <rte_memcpy.h>
@@ -601,7 +600,7 @@ fslmc_bus_dev_iterate(const void *start, const char *str,
 
        /* Expectation is that device would be name=device_name */
        if (strncmp(str, "name=", 5) != 0) {
-               DPAA2_BUS_ERR("Invalid device string (%s)\n", str);
+               DPAA2_BUS_DEBUG("Invalid device string (%s)\n", str);
                return NULL;
        }