Skip to content

Commit

Permalink
nvme: remove the unused NVME_NS_* enum
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig committed Aug 17, 2021
1 parent 7797905 commit 9891668
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/nvme/host/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9891668

Please sign in to comment.