From: Sergei Shtylyov Date: Tue, 6 Jan 2009 16:21:02 +0000 (+0100) Subject: ide: move read_sff_dma_status() method to 'struct ide_dma_ops' X-Git-Tag: v2.6.29-rc1~231^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=592b5315219881c6c0af4785f96456ad2043193a;p=pandora-kernel.git ide: move read_sff_dma_status() method to 'struct ide_dma_ops' Move apparently misplaced read_sff_dma_status() method from 'struct ide_tp_ops' to 'struct ide_dma_ops', renaming it to dma_sff_read_status() and making only required for SFF-8038i compatible IDE controller drivers (greatly cutting down the number of initializers) as its only user (outside ide-dma-sff.c and such drivers) appears to be ide_pci_check_simplex() which is only called for such controllers... Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed