-
- Downloads
ide: add ->tf_load and ->tf_read methods
* Add ->tf_load and ->tf_read methods to ide_hwif_t and set the default methods in default_hwif_transport(). * Use ->tf_{load,read} instead o calling ide_tf_{load,read}() directly. * Make ide_tf_{load,read}() static. There should be no functional changes caused by this patch. Acked-by:Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by:
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Showing
- drivers/ide/ide-io.c 2 additions, 2 deletionsdrivers/ide/ide-io.c
- drivers/ide/ide-iops.c 5 additions, 2 deletionsdrivers/ide/ide-iops.c
- drivers/ide/ide-lib.c 1 addition, 1 deletiondrivers/ide/ide-lib.c
- drivers/ide/ide-taskfile.c 1 addition, 1 deletiondrivers/ide/ide-taskfile.c
- include/linux/ide.h 5 additions, 3 deletionsinclude/linux/ide.h
Loading
Please register or sign in to comment