bus/vdev: move code from EAL into a new driver
[dpdk.git] / drivers / net / bonding / rte_eth_bond_api.c
index 8c602f8..980e636 100644 (file)
@@ -37,7 +37,7 @@
 #include <rte_malloc.h>
 #include <rte_ethdev.h>
 #include <rte_tcp.h>
-#include <rte_vdev.h>
+#include <rte_bus_vdev.h>
 #include <rte_kvargs.h>
 
 #include "rte_eth_bond.h"