mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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>
This commit is contained in:
parent
77979058df
commit
9891668e43
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user