From: Bartlomiej Zolnierkiewicz Date: Tue, 15 May 2007 22:51:46 +0000 (+0200) Subject: ide: remove ide_use_dma() X-Git-Tag: v2.6.22-rc2~87^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122ab0887c36247bd4508c25e4fccf9264546fe2;p=pandora-kernel.git ide: remove ide_use_dma() ide_use_dma() duplicates a lot of ide_max_dma_mode() functionality and as all users of ide_use_dma() were converted to use ide_tune_dma() now it is possible to add missing checks to ide_tune_dma() and remove ide_use_dma() completely, so do it. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed