From: Sergei Shtylyov Date: Tue, 6 Jan 2009 16:21:01 +0000 (+0100) Subject: ide: don't set hwif->dma_ops in init_dma() method X-Git-Tag: v2.6.29-rc1~231^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f023b0138b7db21bac0074b3d5ca2854372c6ff;p=pandora-kernel.git ide: don't set hwif->dma_ops in init_dma() method Replace setting of 'hwif->dma_ops' in the 'alim15x3' and 'palm_bk3710' drivers' init_dma() methods with initializing the corresponding member of their 'struct ide_port_info' instances and remove such setting from the 'hpt366' driver that just doesn't use 'sff_dma_ops'. Along with some code save, this prepares us for the next patch... Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed