diff options
author | Max Gurtovoy <mgurtovoy@nvidia.com> | 2024-01-01 12:35:27 +0200 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-01-03 08:09:39 -0800 |
commit | 2ad28ce9b98f8b22feaecc0966c706a8ef59cbf0 (patch) | |
tree | a1c00253f89f7903e86e704b01a93e662f84872b | |
parent | ef184b8844bf98a2a80fab8eecda1489aed5d97f (diff) | |
download | linux-stable-2ad28ce9b98f8b22feaecc0966c706a8ef59cbf0.tar.gz linux-stable-2ad28ce9b98f8b22feaecc0966c706a8ef59cbf0.tar.bz2 linux-stable-2ad28ce9b98f8b22feaecc0966c706a8ef59cbf0.zip |
nvme: remove unused definition
There is no users for NVMF_AUTH_HASH_LEN macro.
Reviewed-by: Israel Rukshin <israelr@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
-rw-r--r-- | include/linux/nvme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 44325c068b6a..462c21e0e417 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -20,7 +20,6 @@ #define NVMF_TRSVCID_SIZE 32 #define NVMF_TRADDR_SIZE 256 #define NVMF_TSAS_SIZE 256 -#define NVMF_AUTH_HASH_LEN 64 #define NVME_DISC_SUBSYS_NAME "nqn.2014-08.org.nvmexpress.discovery" |