diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-12 19:01:06 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-19 18:10:51 +0300 |
commit | 100815522c672a27c71bd2267b1cd41cd131e30c (patch) | |
tree | dc35415a215c46802e4bca984a81c2d8ae3edcea /drivers/block/Makefile | |
parent | 8330cdb0fe55c9a9a8e440e56c19233229e0e259 (diff) | |
download | linux-100815522c672a27c71bd2267b1cd41cd131e30c.tar.xz |
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/Makefile | 1 |
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 |