bus/vdev: move code from EAL into a new driver
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index a28cc3b..2536ee4 100644 (file)
@@ -39,7 +39,7 @@
 #include <rte_ethdev_vdev.h>
 #include <rte_malloc.h>
 #include <rte_memcpy.h>
-#include <rte_vdev.h>
+#include <rte_bus_vdev.h>
 #include <rte_kvargs.h>
 #include <rte_vhost.h>
 #include <rte_spinlock.h>