From: Bartlomiej Zolnierkiewicz Date: Sat, 17 Feb 2007 01:40:26 +0000 (+0100) Subject: ide: make ide_hwif_t.ide_dma_host_on void (v2) X-Git-Tag: v2.6.21-rc1~78^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf352894ceef79d40d015e1deee4c46c3aa42ed;p=pandora-kernel.git ide: make ide_hwif_t.ide_dma_host_on void (v2) * since ide_hwif_t.ide_dma_host_on is called either when drive->using_dma == 1 or when return value is discarded make it void, also drop "ide_" prefix * make __ide_dma_host_on() void and drop "__" prefix v2: * while at it rename atiixp_ide_dma_host_on() to atiixp_dma_host_on() and sgiioc4_ide_dma_host_on() to sgiioc4_dma_host_on(). [ Noticed by Sergei Shtylyov . ] Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed