nvme: remove the ifdef around nvme_nvm_ioctl
authorChristoph Hellwig <hch@lst.de>
Fri, 17 May 2019 09:47:34 +0000 (02:47 -0700)
committerKeith Busch <keith.busch@intel.com>
Fri, 17 May 2019 17:07:08 +0000 (11:07 -0600)
commit3f98bcc58cd5f1e4668db289dcab771874cc0920
tree9760e7fa586dfb452d32075cc92cc131c759da28
parent100c815cbd56480b3e31518475b04719c363614a
nvme: remove the ifdef around nvme_nvm_ioctl

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>
drivers/nvme/host/core.c