]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/nvme/host/pci.c
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)
commit71bd150c71072014d98bff6dc2db3229306ece35
tree83984e0181b01e79f05d1a1b09ffec31653e6394
parent6f3b0e8bcf3cbb87a7459b3ed018d31d918df3f8
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