From: Bruce Richardson Date: Thu, 31 Aug 2017 13:42:44 +0000 (+0100) Subject: crypto/qat: remove dependency on ether library X-Git-Tag: spdx-start~2176 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=06791a4bcedf3eb97f05c13debff90272e3b0d54;p=dpdk.git crypto/qat: remove dependency on ether library The QAT crypto driver does not need to depend on the ether library, so remove the unnecessary header inclusion. Signed-off-by: Bruce Richardson Reviewed-by: Ferruh Yigit --- diff --git a/drivers/crypto/qat/qat_crypto.c b/drivers/crypto/qat/qat_crypto.c index 1f52cabfd4..62ee175ba4 100644 --- a/drivers/crypto/qat/qat_crypto.c +++ b/drivers/crypto/qat/qat_crypto.c @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include