]> git.droids-corp.org - dpdk.git/commitdiff
net/bonding: include PCI header directly
authorGaetan Rivet <gaetan.rivet@6wind.com>
Fri, 7 Jul 2017 00:04:18 +0000 (02:04 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 8 Jul 2017 21:57:07 +0000 (23:57 +0200)
In devargs rework, rte_pci.h won't be included
via rte_devargs.h anymore.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
drivers/net/bonding/rte_eth_bond_args.c

index a422eb89c75c8fc6015662fd66a5d385cba4bd6b..4f12050b84b9b8322a1b8b688d69fb9056c15b03 100644 (file)
@@ -32,6 +32,7 @@
  */
 
 #include <rte_devargs.h>
+#include <rte_pci.h>
 #include <rte_kvargs.h>
 
 #include <cmdline_parse.h>