diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2021-02-04 17:43:42 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-04 07:45:32 -0700 |
commit | ee8f353b1591cef4a29cddeb379c1503559f474e (patch) | |
tree | b397117e9baacca439e3feb95cb8d31200975969 /drivers/block/Makefile | |
parent | 203c018079e13510f913fd0fd426370f4de0fd05 (diff) | |
download | lwn-ee8f353b1591cef4a29cddeb379c1503559f474e.tar.gz lwn-ee8f353b1591cef4a29cddeb379c1503559f474e.zip |
block: remove skd driver
The STEC S1220 PCIe SSD cards are EOL since 2014 and not supported by
the vendor anymore. As the skd driver for this SSD is starting to cause
problems with improvements to the block layer, stop supporting it in
newer kernel versions.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index a3170859e01d..b501b8728fb9 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -22,7 +22,6 @@ obj-$(CONFIG_BLK_DEV_LOOP) += loop.o 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_UMEM) += umem.o obj-$(CONFIG_BLK_DEV_NBD) += nbd.o @@ -43,5 +42,4 @@ obj-$(CONFIG_BLK_DEV_RNBD) += rnbd/ obj-$(CONFIG_BLK_DEV_NULL_BLK) += null_blk/ -skd-y := skd_main.o swim_mod-y := swim.o swim_asm.o |