ethdev: replace bus specific struct with generic dev
[dpdk.git] / drivers / net / i40e / i40e_rxtx_vec_avx2.c
index ea6e771..dbcb61f 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include <stdint.h>
-#include <rte_ethdev.h>
+#include <rte_ethdev_driver.h>
 #include <rte_malloc.h>
 
 #include "base/i40e_prototype.h"