From: Bartlomiej Zolnierkiewicz Date: Sat, 17 Feb 2007 01:40:26 +0000 (+0100) Subject: ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) X-Git-Tag: v2.6.21-rc1~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7469aaf6a30f4187ed6de7c0aed5c2dd2d1c2d31;p=pandora-kernel.git ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) * since ide_hwif_t.ide_dma_{host_off,off_quietly} always return '0' make these functions void and while at it drop "ide_" prefix * fix comment for __ide_dma_off_quietly() * make __ide_dma_{host_off,off_quietly,off}() void and drop "__" prefix v2: * while at it rename atiixp_ide_dma_host_off() to atiixp_dma_host_off(), sgiioc4_ide_dma_{host_off,off_quietly}() to sgiioc4_dma_{host_off,off_quietly}() and sl82c105_ide_dma_off_quietly() to sl82c105_dma_off_quietly() [ Noticed by Sergei Shtylyov . ] Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed