]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: move struct nvme_iod to pci.c
authorChristoph Hellwig <hch@lst.de>
Fri, 16 Oct 2015 05:58:32 +0000 (07:58 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 17:59:38 +0000 (10:59 -0700)
commit301ae5ca64b54a34a7daf1e2319ebda4835aa088
tree83984e0181b01e79f05d1a1b09ffec31653e6394
parent82213f9136545b3d593f2a4f5cb58386fe19ed58
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>
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c