cryptodev: expose driver interface as internal
[dpdk.git] / drivers / crypto / virtio / virtio_cryptodev.c
index 4bae74a..8faa39d 100644 (file)
@@ -9,7 +9,7 @@
 #include <rte_pci.h>
 #include <rte_bus_pci.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
+#include <cryptodev_pmd.h>
 #include <rte_eal.h>
 
 #include "virtio_cryptodev.h"