nvme-auth: remove symbol export from nvme_auth_reset
authorSagi Grimberg <sagi@grimberg.me>
Sun, 13 Nov 2022 11:24:07 +0000 (13:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jul 2023 14:20:56 +0000 (16:20 +0200)
commit3999c850e78a8c69cdd6aac8336e156c8ffdeb4b
tree5aacfa6b8f2d08d9a522bd4ba96e8c4284de7e1a
parent9de0a1dfe3e67fcb5ab92113d996034110cf0169
nvme-auth: remove symbol export from nvme_auth_reset

[ Upstream commit 100b555bc204fc754108351676297805f5affa49 ]

Only the nvme module calls it.

Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Stable-dep-of: a836ca33c5b0 ("nvme-core: fix memory leak in dhchap_secret_store")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/auth.c