From: Christoph Hellwig Date: Mon, 16 Aug 2021 12:45:29 +0000 (+0200) Subject: nvme: remove the unused NVME_NS_* enum X-Git-Tag: v5.15~459^2~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9891668e43c8e9f2d0d50088b151edefc2e560e5;p=platform%2Fkernel%2Flinux-starfive.git nvme: remove the unused NVME_NS_* enum These values are unused now that the lightnvm support is gone. Signed-off-by: Christoph Hellwig Reviewed-by: Keith Busch --- diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index 37c5ef5a..a2e1f29 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.