aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-04-10 08:42:03 +0200
committerChristoph Hellwig <hch@lst.de>2021-04-15 08:12:55 +0200
commit2405252a680e2151046f4f256d706c3ca92fedef (patch)
tree7888d7145ada1a8a253883c31eb57a720f05289e /drivers/nvme/host/Makefile
parentnvme: don't bother to look up a namespace for controller ioctls (diff)
downloadlinux-dev-2405252a680e2151046f4f256d706c3ca92fedef.tar.xz
linux-dev-2405252a680e2151046f4f256d706c3ca92fedef.zip
nvme: move the ioctl code to a separate file
Split out the ioctl code from core.c into a new file. Also update copyrights while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Javier González <javier.gonz@samsung.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Diffstat (limited to 'drivers/nvme/host/Makefile')
-rw-r--r--drivers/nvme/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile
index d7f6a87687b8..cbc509784b2e 100644
--- a/drivers/nvme/host/Makefile
+++ b/drivers/nvme/host/Makefile
@@ -9,7 +9,7 @@ obj-$(CONFIG_NVME_RDMA) += nvme-rdma.o
obj-$(CONFIG_NVME_FC) += nvme-fc.o
obj-$(CONFIG_NVME_TCP) += nvme-tcp.o
-nvme-core-y := core.o
+nvme-core-y := core.o ioctl.o
nvme-core-$(CONFIG_TRACING) += trace.o
nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o
nvme-core-$(CONFIG_NVM) += lightnvm.o