Commit 8e9f0e71 authored by Matthew Wilcox's avatar Matthew Wilcox

NVMe: Remove 'node' from nvme_dev

We don't keep a list of nvme_dev any more
Signed-off-by: default avatarMatthew Wilcox <matthew.r.wilcox@intel.com>
parent 51814232
...@@ -48,7 +48,6 @@ module_param(nvme_major, int, 0); ...@@ -48,7 +48,6 @@ module_param(nvme_major, int, 0);
* Represents an NVM Express device. Each nvme_dev is a PCI function. * Represents an NVM Express device. Each nvme_dev is a PCI function.
*/ */
struct nvme_dev { struct nvme_dev {
struct list_head node;
struct nvme_queue **queues; struct nvme_queue **queues;
u32 __iomem *dbs; u32 __iomem *dbs;
struct pci_dev *pci_dev; struct pci_dev *pci_dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment