From: Sagi Grimberg Date: Sun, 13 Nov 2022 11:24:07 +0000 (+0200) Subject: nvme-auth: remove symbol export from nvme_auth_reset X-Git-Tag: Ubuntu-6.2.0-16.16~1335^2~46^2~22 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=100b555bc204fc754108351676297805f5affa49;p=mirror_ubuntu-kernels.git nvme-auth: remove symbol export from nvme_auth_reset Only the nvme module calls it. Reviewed-by: Hannes Reinecke Signed-off-by: Sagi Grimberg Reviewed-by: Chaitanya Kulkarni Signed-off-by: Christoph Hellwig --- 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) {