git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c42021f
)
crypto/qat: remove dependency on ether library
author
Bruce Richardson
<bruce.richardson@intel.com>
Thu, 31 Aug 2017 13:42:44 +0000
(14:42 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/drivers/crypto/qat/qat_crypto.c
b/drivers/crypto/qat/qat_crypto.c
index
1f52cab
..
62ee175
100644
(file)
--- a/
drivers/crypto/qat/qat_crypto.c
+++ b/
drivers/crypto/qat/qat_crypto.c
@@
-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>