From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:37 +0000 (+0100) Subject: ide: call ide_build_sglist() prior to ->dma_setup (v2) X-Git-Tag: v2.6.30-rc1~623^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6830a86c260d73c6f370aa7ed17ee6c71e5ee05;p=pandora-kernel.git ide: call ide_build_sglist() prior to ->dma_setup (v2) * Re-map sg table if needed in ide_build_sglist(). * Move ide_build_sglist() call from ->dma_setup to its users. * Un-export ide_build_sglist(). v2: * Build fix for CONFIG_BLK_DEV_IDEDMA=n (noticed by Randy Dunlap). There should be no functional changes caused by this patch. Cc: Randy Dunlap Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed