aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Makefile
diff options
context:
space:
mode:
authorMatias Bjørling <m@bjorling.me>2018-01-05 14:15:58 +0100
committerJens Axboe <axboe@kernel.dk>2018-01-05 08:50:12 -0700
commitaba203d155c1d58c871c7ad4bea320fb6ff5e68f (patch)
treea375cc879db6427ffd9f79d6f31b82699938fa74 /drivers/lightnvm/Makefile
parentnull_blk: remove lightnvm support (diff)
downloadlinux-dev-aba203d155c1d58c871c7ad4bea320fb6ff5e68f.tar.xz
linux-dev-aba203d155c1d58c871c7ad4bea320fb6ff5e68f.zip
lightnvm: remove rrpc
The hybrid mode for 1.2 revision was deprecated, and have no users. Remove to make it easier to move to the 2.0 revision. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/lightnvm/Makefile')
-rw-r--r--drivers/lightnvm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/lightnvm/Makefile b/drivers/lightnvm/Makefile
index 2c3fd9d2c08c..97d9d7c71550 100644
--- a/drivers/lightnvm/Makefile
+++ b/drivers/lightnvm/Makefile
@@ -4,7 +4,6 @@
#
obj-$(CONFIG_NVM) := core.o
-obj-$(CONFIG_NVM_RRPC) += rrpc.o
obj-$(CONFIG_NVM_PBLK) += pblk.o
pblk-y := pblk-init.o pblk-core.o pblk-rb.o \
pblk-write.o pblk-cache.o pblk-read.o \