Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934459AbcCOIWQ (ORCPT ); Tue, 15 Mar 2016 04:22:16 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:35611 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933849AbcCOIWI (ORCPT ); Tue, 15 Mar 2016 04:22:08 -0400 From: Valentin Rothberg To: axboe@fb.com, keith.busch@intel.com Cc: linux-kernel@vger.kernel.org, Valentin Rothberg Subject: [PATCH] drivers:block: cpqarray clean up Date: Tue, 15 Mar 2016 09:21:00 +0100 Message-Id: <1458030060-6034-1-git-send-email-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 27 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 --- 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