| commit | 08424ac24a35b505463919a897b097f27e4dca96 | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jul 15 21:22:01 2008 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jul 15 21:22:01 2008 +0200 |
| tree | ad78a1c794e8d22174b5e84d2ef9e1813f7c3336 | |
| parent | 74e63e74ea57e06839aa5fcf016eace35da26050 [diff] |
ide-tape: add ide_tape_io_buffers() helper
* Add ide_tape_io_buffers() helper which is a wrapper for
idetape_{in,out}put_buffers() and convert idetape_pc_intr()
to use it.
* Remove no longer used idetape_io_buf typedef.
There should be no functional changes caused by this patch.
Cc: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>---