diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-05 16:59:23 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-05 18:50:34 +0300 |
commit | 8e14be53f470b47d044d9d552bdc3bb4c6723276 (patch) | |
tree | 0183e19dfa706bec6b5045b010f7bf2c0b49f09f /drivers/block/Makefile | |
parent | f2fbc9dd78970accd7649e8b87c7f00a0da0cdbc (diff) | |
download | linux-8e14be53f470b47d044d9d552bdc3bb4c6723276.tar.xz |
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/Makefile | 1 |
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/ |