net/ixgbe: fix MAC resource leak
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_ops.h
index f83e36b..8d13590 100644 (file)
@@ -5,17 +5,11 @@
 #ifndef _OTX2_CRYPTODEV_OPS_H_
 #define _OTX2_CRYPTODEV_OPS_H_
 
-#include <rte_cryptodev_pmd.h>
+#include <cryptodev_pmd.h>
 
 #define OTX2_CPT_MIN_HEADROOM_REQ      24
 #define OTX2_CPT_MIN_TAILROOM_REQ      8
 
-enum otx2_cpt_egrp {
-       OTX2_CPT_EGRP_SE = 0,
-       OTX2_CPT_EGRP_SE_IE = 1,
-       OTX2_CPT_EGRP_AE = 2
-};
-
 extern struct rte_cryptodev_ops otx2_cpt_ops;
 
 #endif /* _OTX2_CRYPTODEV_OPS_H_ */