crypto/qat: remove dependency on ether library
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 31 Aug 2017 13:42:44 +0000 (14:42 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Aug 2017 21:03:08 +0000 (23:03 +0200)
The QAT crypto driver does not need to depend on the ether library, so
remove the unnecessary header inclusion.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/crypto/qat/qat_crypto.c

index 1f52cab..62ee175 100644 (file)
@@ -46,7 +46,6 @@
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_tailq.h>
-#include <rte_ether.h>
 #include <rte_malloc.h>
 #include <rte_launch.h>
 #include <rte_eal.h>