aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-04-05 15:59:23 +0200
committerJens Axboe <axboe@fb.com>2017-04-05 09:50:34 -0600
commit8e14be53f470b47d044d9d552bdc3bb4c6723276 (patch)
tree0183e19dfa706bec6b5045b010f7bf2c0b49f09f /drivers/block/Makefile
parentblk-mq: Remove blk_mq_queue_data.list (diff)
downloadlinux-dev-8e14be53f470b47d044d9d552bdc3bb4c6723276.tar.xz
linux-dev-8e14be53f470b47d044d9d552bdc3bb4c6723276.zip
remove the obsolete hd driver
This driver is for pre-IDE hardisk that are only found in PC from the stoneage of personal computing, and which we don't support elsewhere in the kernel these days. It's also been marked broken forever. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.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 1e9661e26f29..b12c772bbeb3 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -30,7 +30,6 @@ obj-$(CONFIG_BLK_DEV_CRYPTOLOOP) += cryptoloop.o
obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
-obj-$(CONFIG_BLK_DEV_HD) += hd.o
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_XEN_BLKDEV_BACKEND) += xen-blkback/