]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: split pci module out of core module
authorMing Lin <ming.l@ssi.samsung.com>
Wed, 10 Feb 2016 18:03:32 +0000 (10:03 -0800)
committerJens Axboe <axboe@fb.com>
Wed, 10 Feb 2016 21:22:38 +0000 (14:22 -0700)
commitbe6faa0203da91d6543e43a20155f717b10fc57a
tree33b6e4148579ff7581c3fc9fddeeb2eb0f0d9511
parentd16a5d56a8073e68009f038fff4cb436ac6d9004
nvme: split pci module out of core module

NVMe over Fabrics drivers are going to reuse the core,
so splits nvme.ko into 2 modules:

nvme-core.ko: the core part
nvme.ko: the PCI driver

Export symbols from nvme-core.ko.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lin <ming.l@ssi.samsung.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/Kconfig
drivers/nvme/host/Makefile
drivers/nvme/host/core.c
drivers/nvme/host/pci.c