]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mvpp2/mrvl_qos.c
net/mvpp2: move common code
[dpdk.git] / drivers / net / mvpp2 / mrvl_qos.c
index 71856c1ab4f01518e67238978737dead8dadbe3e..eeb46f8607e3624af651226d975deeb63281ef03 100644 (file)
 #include <rte_malloc.h>
 #include <rte_string_fns.h>
 
-/* Unluckily, container_of is defined by both DPDK and MUSDK,
- * we'll declare only one version.
- *
- * Note that it is not used in this PMD anyway.
- */
-#ifdef container_of
-#undef container_of
-#endif
-
 #include "mrvl_qos.h"
 
 /* Parsing tokens. Defined conveniently, so that any correction is easy. */