[PATCH] cryptodev: remove unused extern
Stephen Hemminger
stephen at networkplumber.org
Tue Dec 12 17:31:04 CET 2023
The variable rte_cyptodev_names is unused and misspelled.
Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented")
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/cryptodev/rte_cryptodev.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/cryptodev/rte_cryptodev.h b/lib/cryptodev/rte_cryptodev.h
index aaeaf294e6bb..59c7d69da5cc 100644
--- a/lib/cryptodev/rte_cryptodev.h
+++ b/lib/cryptodev/rte_cryptodev.h
@@ -26,8 +26,6 @@ extern "C" {
#include "rte_cryptodev_trace_fp.h"
-extern const char **rte_cyptodev_names;
-
/* Logging Macros */
#define CDEV_LOG_ERR(...) \
--
2.42.0
More information about the dev
mailing list