diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl> | 2004-09-09 21:03:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-09 21:03:56 -0700 |
| commit | 3f63a8d2b7db4d5a992cc62636290a0e9fed802a (patch) | |
| tree | 1df7b8b1686700aabf9e1fcb00430fbac5bc0b5e /include | |
| parent | 3c655432c67b672e7275ab8a51c30882f80e6c4f (diff) | |
[PATCH] ide: unify taskfile single/multiple PIO code
Make the actual use of hwif->data_phase.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index b39287b1fa5e..6bdf3302f4be 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1424,11 +1424,8 @@ extern ide_startstop_t set_geometry_intr(ide_drive_t *); extern ide_startstop_t recal_intr(ide_drive_t *); extern ide_startstop_t task_no_data_intr(ide_drive_t *); extern ide_startstop_t task_in_intr(ide_drive_t *); -extern ide_startstop_t task_mulin_intr(ide_drive_t *); extern ide_startstop_t pre_task_out_intr(ide_drive_t *, struct request *); extern ide_startstop_t task_out_intr(ide_drive_t *); -extern ide_startstop_t pre_task_mulout_intr(ide_drive_t *, struct request *); -extern ide_startstop_t task_mulout_intr(ide_drive_t *); extern int ide_raw_taskfile(ide_drive_t *, ide_task_t *, u8 *); |
