From: Bartlomiej Zolnierkiewicz Date: Sat, 26 Apr 2008 20:25:24 +0000 (+0200) Subject: ide: constify struct ide_dma_ops X-Git-Tag: v2.6.26-rc1~1038^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37afdaca711838b50ecd89b9c15fc745270d77c;p=pandora-kernel.git ide: constify struct ide_dma_ops * Export ide_dma_exec_cmd() and __ide_dma_test_irq(). * Constify struct ide_dma_ops. * Always set hwif->dma_ops to &sff_dma_ops in ide_setup_dma() (it is later overriden by ide_init_port() if needed) and drop 'const struct ide_port_info *d' argument. While at it: * Rename __ide_dma_test_irq() to ide_dma_test_irq(). Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed