bus/vdev: move code from EAL into a new driver
[dpdk.git] / drivers / crypto / null / null_crypto_pmd.c
index 3f2a90d..f031d3b 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <rte_common.h>
 #include <rte_cryptodev_pmd.h>
-#include <rte_vdev.h>
+#include <rte_bus_vdev.h>
 #include <rte_malloc.h>
 
 #include "null_crypto_pmd_private.h"