Skip to content

Commit

Permalink
NVMe: Remove 'node' from nvme_dev
Browse files Browse the repository at this point in the history
We don't keep a list of nvme_dev any more

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 5181423 commit 8e9f0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module_param(nvme_major, int, 0);
* Represents an NVM Express device. Each nvme_dev is a PCI function.
*/
struct nvme_dev {
struct list_head node;
struct nvme_queue **queues;
u32 __iomem *dbs;
struct pci_dev *pci_dev;
Expand Down

0 comments on commit 8e9f0e7

Please sign in to comment.