diff options
author | Sagi Grimberg <sagi@grimberg.me> | 2022-11-13 14:24:07 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-11-16 10:36:34 +0300 |
commit | 100b555bc204fc754108351676297805f5affa49 (patch) | |
tree | 800f0f817b6afe1f55d20ebc4cbe8c31224e81f2 /drivers/nvme/host | |
parent | 0c999e69c40a87285f910c400b550fad866e99d0 (diff) | |
download | linux-100b555bc204fc754108351676297805f5affa49.tar.xz |
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>
Diffstat (limited to 'drivers/nvme/host')
-rw-r--r-- | drivers/nvme/host/auth.c | 1 |
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) { |