diff options
author | Christoph Hellwig <hch@lst.de> | 2021-08-16 14:45:29 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-08-17 06:20:17 +0200 |
commit | 9891668e43c8e9f2d0d50088b151edefc2e560e5 (patch) | |
tree | 8b47ed2ad00af576e19f3183879b1d88dd1dc6b4 /drivers/nvme | |
parent | nvme: remove nvm_ndev from ns (diff) | |
download | linux-9891668e43c8e9f2d0d50088b151edefc2e560e5.tar.xz linux-9891668e43c8e9f2d0d50088b151edefc2e560e5.zip |
nvme: remove the unused NVME_NS_* enum
These values are unused now that the lightnvm support is gone.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/nvme.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index 37c5ef5a3331..a2e1f298b217 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -47,11 +47,6 @@ extern struct workqueue_struct *nvme_wq; extern struct workqueue_struct *nvme_reset_wq; extern struct workqueue_struct *nvme_delete_wq; -enum { - NVME_NS_LBA = 0, - NVME_NS_LIGHTNVM = 1, -}; - /* * List of workarounds for devices that required behavior not specified in * the standard. |