-
- Downloads
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 <bzolnier@gmail.com>
Showing
- drivers/ide/h8300/ide-h8300.c 0 additions, 4 deletionsdrivers/ide/h8300/ide-h8300.c
- drivers/ide/ide-iops.c 48 additions, 66 deletionsdrivers/ide/ide-iops.c
- drivers/ide/mips/au1xxx-ide.c 0 additions, 3 deletionsdrivers/ide/mips/au1xxx-ide.c
- drivers/ide/pci/scc_pata.c 0 additions, 4 deletionsdrivers/ide/pci/scc_pata.c
- include/linux/ide.h 0 additions, 4 deletionsinclude/linux/ide.h
Loading
Please register or sign in to comment