aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-04-12 18:01:06 +0200
committerJens Axboe <axboe@fb.com>2017-04-19 09:10:51 -0600
commit100815522c672a27c71bd2267b1cd41cd131e30c (patch)
treedc35415a215c46802e4bca984a81c2d8ae3edcea /drivers/block/Makefile
parentblock: Make writeback throttling defaults consistent for SQ devices (diff)
downloadlinux-dev-100815522c672a27c71bd2267b1cd41cd131e30c.tar.xz
linux-dev-100815522c672a27c71bd2267b1cd41cd131e30c.zip
block: remove the osdblk driver
This was just a proof of concept user for the SCSI OSD library, and never had any real users. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Boaz Harrosh <ooo@electrozaur.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 5ceead8b52d7..ec8c36897b75 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -21,7 +21,6 @@ obj-$(CONFIG_XILINX_SYSACE) += xsysace.o
obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o
obj-$(CONFIG_SUNVDC) += sunvdc.o
obj-$(CONFIG_BLK_DEV_SKD) += skd.o
-obj-$(CONFIG_BLK_DEV_OSD) += osdblk.o
obj-$(CONFIG_BLK_DEV_UMEM) += umem.o
obj-$(CONFIG_BLK_DEV_NBD) += nbd.o