]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: unexport functions with no external caller
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 30 Dec 2020 11:22:44 +0000 (20:22 +0900)
committerChristoph Hellwig <hch@lst.de>
Wed, 6 Jan 2021 09:30:37 +0000 (10:30 +0100)
commitb606a07e019cf6177b2646ead06e259008fe30d4
tree769c1795645ea8a425f110d968a7b5ef886f7525
parent171b10f7a86cd6b28aee3e093f760b384f821475
nvme: unexport functions with no external caller

There are no callers for nvme_reset_ctrl_sync() and
nvme_alloc_request_qid() so that we keep the symbols exported.

Unexport those functions, mark them static and update the header file
respectively.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h