]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: move struct nvme_iod to pci.c
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Dec 2016 03:03:13 +0000 (19:03 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:32 +0000 (13:40 -0700)
commita6c7dbe2b89c0f1dbd9787947ab94d1d916c497e
tree1dcd187b310581f177afd8730fec1682e8af51b0
parent6d9f6f93699d2aeaa6a34f6423bb9b2be57de6e0
nvme: move struct nvme_iod to pci.c

This structure is specific to the PCIe driver internals and should be moved
to pci.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
(cherry picked from commit 71bd150c71072014d98bff6dc2db3229306ece35)

Orabug: 25130845
Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c