diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-25 18:15:47 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-06-01 14:37:35 +0200 |
commit | 50e8d8eeede8d1ef48699a82acfb7d4be07a05d9 (patch) | |
tree | 82589b0a057915299f5755cb908c173fcf236a99 /drivers/nvme/host/nvme.h | |
parent | c0561f82a7b687050fa158930328b1b72559ffa8 (diff) | |
download | linux-50e8d8eeede8d1ef48699a82acfb7d4be07a05d9.tar.gz linux-50e8d8eeede8d1ef48699a82acfb7d4be07a05d9.tar.bz2 linux-50e8d8eeede8d1ef48699a82acfb7d4be07a05d9.zip |
nvme: mark nvme_queue_scan static
And move it toward the top of the file to avoid a forward declaration.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Diffstat (limited to 'drivers/nvme/host/nvme.h')
-rw-r--r-- | drivers/nvme/host/nvme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index dcf9e9592c1a..11681278fdf6 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -395,7 +395,6 @@ void nvme_stop_ctrl(struct nvme_ctrl *ctrl); void nvme_put_ctrl(struct nvme_ctrl *ctrl); int nvme_init_identify(struct nvme_ctrl *ctrl); -void nvme_queue_scan(struct nvme_ctrl *ctrl); void nvme_remove_namespaces(struct nvme_ctrl *ctrl); int nvme_sec_submit(void *data, u16 spsp, u8 secp, void *buffer, size_t len, |