summaryrefslogtreecommitdiff
path: root/drivers/nvme
diff options
context:
space:
mode:
authorKeith Busch <kbusch@kernel.org>2021-08-16 19:24:52 +0300
committerChristoph Hellwig <hch@lst.de>2021-08-16 22:03:18 +0300
commit77979058dfcf4818abf7dd84423a7d66dafd8487 (patch)
treea8aa0f37a48fbf40bfa510c66ee104573509872f /drivers/nvme
parent0866200ed7fdfbfba0c033aad63ff407e5368570 (diff)
downloadlinux-77979058dfcf4818abf7dd84423a7d66dafd8487.tar.xz
nvme: remove nvm_ndev from ns
Now that the lightnvm driver is removed, we don't need a pointer to it's now non-existent struct. Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/nvme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
index 57d2ac00a6bd..37c5ef5a3331 100644
--- a/drivers/nvme/host/nvme.h
+++ b/drivers/nvme/host/nvme.h
@@ -444,7 +444,6 @@ struct nvme_ns {
u32 ana_grpid;
#endif
struct list_head siblings;
- struct nvm_dev *ndev;
struct kref kref;
struct nvme_ns_head *head;