Skip to content

Commit 98347a7

Browse files
vrothbergaxboe
authored andcommitted
drivers:block: cpqarray clean up
Commit d436641 ("cpqarray: remove it from the kernel") removes the Kconfig option BLK_CPQ_DA and cpqarray. Remove the dead build rule in the Makefile. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Jens Axboe <axboe@fb.com>
1 parent 5e4298b commit 98347a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/block/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ obj-$(CONFIG_ATARI_FLOPPY) += ataflop.o
1515
obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o
1616
obj-$(CONFIG_BLK_DEV_RAM) += brd.o
1717
obj-$(CONFIG_BLK_DEV_LOOP) += loop.o
18-
obj-$(CONFIG_BLK_CPQ_DA) += cpqarray.o
1918
obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o
2019
obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o
2120
obj-$(CONFIG_XILINX_SYSACE) += xsysace.o

0 commit comments

Comments
 (0)