From 0e36b06563a00073e27dbb0d54569e07ad402343 Mon Sep 17 00:00:00 2001 From: Sagi Grimberg Date: Mon, 24 Oct 2022 12:20:13 +0300 Subject: [PATCH 02/16] nvme-auth: remove symbol export from nvme_auth_reset Only the nvme module calls it. Signed-off-by: Sagi Grimberg --- drivers/nvme/host/auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nvme/host/auth.c b/drivers/nvme/host/auth.c index d45333268fcf..734928282d3e 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_dhchap_auth_work(struct work_struct *work) { -- 2.34.1