From: Bartlomiej Zolnierkiewicz Date: Mon, 28 Apr 2008 21:44:37 +0000 (+0200) Subject: ide: remove ->INS{W,L} and ->OUTS{W,L} methods X-Git-Tag: v2.6.26-rc1~688^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bb69c14a42e64faef1ec5c724ffaca916347a1;p=pandora-kernel.git ide: remove ->INS{W,L} and ->OUTS{W,L} methods * Use ins{w,l}()/outs{w,l}() and __ide_mm_ins{w,l}()/__ide_mm_outs{w,l}() directly in ata_{in,out}put_data() (by using IDE_HFLAG_MMIO host flag to decide which I/O ops are required). * Remove no longer needed ->INS{W,L} and ->OUTS{W,L} methods (ide-h8300, au1xxx-ide and scc_pata implement their own ->{in,out}put_data methods). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed