summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSagi Grimberg <sagi@grimberg.me>2022-11-13 13:24:07 +0200
committerChristoph Hellwig <hch@lst.de>2022-11-16 08:36:34 +0100
commit100b555bc204fc754108351676297805f5affa49 (patch)
tree800f0f817b6afe1f55d20ebc4cbe8c31224e81f2
parent0c999e69c40a87285f910c400b550fad866e99d0 (diff)
downloadlinux-100b555bc204fc754108351676297805f5affa49.tar.bz2
nvme-auth: remove symbol export from nvme_auth_reset
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>
-rw-r--r--drivers/nvme/host/auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/auth.c b/drivers/nvme/host/auth.c
index e3e801e2b78d..2f823c6b84fd 100644
--- a/drivers/nvme/host/auth.c
+++ b/drivers/nvme/host/auth.c
@@ -932,7 +932,6 @@ void nvme_auth_reset(struct nvme_ctrl *ctrl)
}
mutex_unlock(&ctrl->dhchap_auth_mutex);
}
-EXPORT_SYMBOL_GPL(nvme_auth_reset);
static void nvme_ctrl_auth_work(struct work_struct *work)
{