commit | e75ec752d725b7b612c0b2db1bca50a9e53c0879 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 22 11:12:39 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 22 08:36:33 2015 -0600 |
tree | 94c1a00fa02774dc49bbe3d5ecefe42689d545f5 | |
parent | f705f837c58ebe1ea69dfffff4dcc234e2fbc8dd [diff] |
nvme: store a struct device pointer in struct nvme_dev Most users want the generic device, so store that in struct nvme_dev instead of the pci_dev. This also happens to be a nice step towards making some code reusable for non-PCI transports. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>