Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1357891
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] drivers:block: cpqarray clean up |
| Date | 2016-03-15 09:30 +0100 |
| Message-ID | <rcSwy-7WK-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Commit d436641439e0 ("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>
---
Detected by ./scripts/checkkconfigsymbols.py (checkkconfigsymbols.py --diff
next-20160314..next-20160315 --find)
drivers/block/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 671329023ec2..1e9661e26f29 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -15,7 +15,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_CPQ_DA) += cpqarray.o
obj-$(CONFIG_BLK_CPQ_CISS_DA) += cciss.o
obj-$(CONFIG_BLK_DEV_DAC960) += DAC960.o
obj-$(CONFIG_XILINX_SYSACE) += xsysace.o
--
2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] drivers:block: cpqarray clean up Valentin Rothberg <valentinrothberg@gmail.com> - 2016-03-15 09:30 +0100 Re: [PATCH] drivers:block: cpqarray clean up Jens Axboe <axboe@fb.com> - 2016-03-16 00:10 +0100
csiph-web