diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-06 13:28:46 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-14 14:00:49 -0600 |
commit | 84253394927c4352652d0b118ad9583f5646959b (patch) | |
tree | b20c655d26e7cc40336c1975bfe6ad28c4f4e8df /drivers/block/Makefile | |
parent | 3f19cd23f3a9420fe7bd98ad41d05e45fa6d4d47 (diff) | |
download | talos-op-linux-84253394927c4352652d0b118ad9583f5646959b.tar.gz talos-op-linux-84253394927c4352652d0b118ad9583f5646959b.zip |
remove the mg_disk driver
This drivers was added in 2008, but as far as a I can tell we never had a
single platform that actually registered resources for the platform driver.
It's also been unmaintained for a long time and apparently has a ATA mode
that can be driven using the IDE/libata subsystem.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.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 b12c772bbeb3..5ceead8b52d7 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -19,7 +19,6 @@ obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o obj-$(CONFIG_XILINX_SYSACE) += xsysace.o obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o -obj-$(CONFIG_MG_DISK) += mg_disk.o obj-$(CONFIG_SUNVDC) += sunvdc.o obj-$(CONFIG_BLK_DEV_SKD) += skd.o obj-$(CONFIG_BLK_DEV_OSD) += osdblk.o |