From: Bartlomiej Zolnierkiewicz Date: Tue, 16 Oct 2007 20:29:56 +0000 (+0200) Subject: ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED X-Git-Tag: v2.6.24-rc1~822^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c58e79dd44243ec919d789193ffb35a220c54695;p=pandora-kernel.git ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED This code doesn't use pci_assign_resource() and ide_get_or_set_dma_base() uses pci_resource_start() to get DMA base address so it has no chance of working. Moreover this belongs to PCI quirks (in case somebody would like to fix it). Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed