remove useless include of EAL memory config header
[dpdk.git] / drivers / bus / fslmc / fslmc_bus.c
index 9e4146a..e7d240f 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;
        }