[PATCH] nvme: remove nvm_ndev from ns
Keith Busch
kbusch at kernel.org
Mon Aug 16 09:24:52 PDT 2021
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 at kernel.org>
---
drivers/nvme/host/nvme.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
index ab803f91ace1..908ddba9e7ef 100644
--- a/drivers/nvme/host/nvme.h
+++ b/drivers/nvme/host/nvme.h
@@ -443,7 +443,6 @@ struct nvme_ns {
u32 ana_grpid;
#endif
struct list_head siblings;
- struct nvm_dev *ndev;
struct kref kref;
struct nvme_ns_head *head;
--
2.25.4
More information about the Linux-nvme
mailing list