From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raphael Zimmerer Subject: [PATCH 1/2] ide: remove obsolete CONFIG_BLK_DEV_ADMA Date: Tue, 14 Sep 2004 11:53:30 +0200 Sender: linux-ide-owner@vger.kernel.org Message-ID: <20040914095330.GF9994@rdrz.de> Reply-To: linux-ide@vger.kernel.org, Raphael Zimmerer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from rdrz.de ([217.160.107.209]:42120 "HELO rdrz.de") by vger.kernel.org with SMTP id S269246AbUINJxe (ORCPT ); Tue, 14 Sep 2004 05:53:34 -0400 Content-Disposition: inline List-Id: linux-ide@vger.kernel.org To: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Cc: akpm@osdl.org From: Raphael Zimmerer In drivers/ide/Kconfig there's a hidden config-item named BLK_DEV_ADMA. Nowhere in the sources are any references to this item, so this option simply is obsolete. This patch removes the according item from drivers/ide/Kconfig. Signed-off-by: Raphael Zimmerer --- drivers/ide/Kconfig | 5 ----- 1 files changed, 5 deletions(-) --- linux-2.6.8.1/drivers/ide/Kconfig 2004-08-16 10:00:50.000000000 +0200 +++ linux-2.6.8.1-no-BLK_DEV_ADMA/drivers/ide/Kconfig 2004-09-13 17:37:51.000000000 +0200 @@ -457,11 +457,6 @@ config IDEDMA_ONLYDISK Generally say N here. -config BLK_DEV_ADMA - bool - depends on PCI && BLK_DEV_IDEPCI - default BLK_DEV_IDEDMA_PCI - config BLK_DEV_AEC62XX tristate "AEC62XX chipset support" help