]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvme: remove the ifdef around nvme_nvm_ioctl
authorChristoph Hellwig <hch@lst.de>
Fri, 17 May 2019 09:47:34 +0000 (02:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2019 06:00:08 +0000 (08:00 +0200)
commit6a798d80322d44816149eb3604ad44412680be22
tree65caa85ce795eaa5bedaf99af8a40404fc8c4c9d
parent9dae64651075909ccfeb7157e68d18c49d71e951
nvme: remove the ifdef around nvme_nvm_ioctl

[ Upstream commit 3f98bcc58cd5f1e4668db289dcab771874cc0920 ]

We already have a proper stub if lightnvm is not enabled, so don't bother
with the ifdef.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/core.c