diff options
author | Hannes Reinecke <hare@suse.de> | 2018-10-17 18:25:13 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-10-17 18:42:30 +0300 |
commit | 6956b956934f10c19eca2a1d44f50a3bee860531 (patch) | |
tree | 6b0c3745d6f2cb44a19833fa28a6a7bfd4fafad1 /drivers/block/Makefile | |
parent | 0585b75437d335c6580066c1ab9ea3092139df32 (diff) | |
download | linux-6956b956934f10c19eca2a1d44f50a3bee860531.tar.xz |
drivers/block: Remove DAC960 driver
The DAC960 driver has been obsoleted by the myrb/myrs drivers,
so it can be dropped.
Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
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 8566b188368b..a53cc1e3a2d3 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o obj-$(CONFIG_BLK_DEV_RAM) += brd.o obj-$(CONFIG_BLK_DEV_LOOP) += loop.o -obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o obj-$(CONFIG_XILINX_SYSACE) += xsysace.o obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o obj-$(CONFIG_SUNVDC) += sunvdc.o |