From 06791a4bcedf3eb97f05c13debff90272e3b0d54 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Thu, 31 Aug 2017 14:42:44 +0100 Subject: [PATCH] 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 --- drivers/crypto/qat/qat_crypto.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1