All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers:block: cpqarray clean up
@ 2016-03-15  8:21 Valentin Rothberg
  2016-03-15 23:00 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2016-03-15  8:21 UTC (permalink / raw)
  To: axboe, keith.busch; +Cc: linux-kernel, Valentin Rothberg

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers:block: cpqarray clean up
  2016-03-15  8:21 [PATCH] drivers:block: cpqarray clean up Valentin Rothberg
@ 2016-03-15 23:00 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2016-03-15 23:00 UTC (permalink / raw)
  To: Valentin Rothberg, keith.busch; +Cc: linux-kernel

On 03/15/2016 01:21 AM, Valentin Rothberg wrote:
> 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.

Thanks, applied.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-15 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15  8:21 [PATCH] drivers:block: cpqarray clean up Valentin Rothberg
2016-03-15 23:00 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.