[PATCH 1/2] ide: remove obsolete CONFIG_BLK_DEV_ADMA

From: Raphael Zimmerer (killekulla_at_rdrz.de)
Date: 09/14/04

  • Next message: Markus Hästbacka: "Re: QM_MODULES"
    Date:	Tue, 14 Sep 2004 11:53:30 +0200
    To: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
    
    

    From: Raphael Zimmerer <killekulla@rdrz.de>

    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 <killekulla@rdrz.de>

    ---
     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
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Markus Hästbacka: "Re: QM_MODULES"

    Relevant Pages