OSDN Git Service

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)
commit9b66fc02bec0ca613bc6d4c1d0049f727a95567d
tree769c1795645ea8a425f110d968a7b5ef886f7525
parent62df80165d7f197c9c0652e7416164f294a96661
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