diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:46 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 13:56:46 -0500 |
commit | 5efe7c540ec6021905d443dfe23cc44a11345edd (patch) | |
tree | a2710c7532e26a20429c1d2d223d14ac69660215 /include | |
parent | fa017176f7144028aa23c1adcebb1792c891320c (diff) |
ide: remove set_transfer()
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index e2048d2ca64c..b41eb7d12cd2 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -991,7 +991,6 @@ extern int ide_driveid_update(ide_drive_t *); | |||
991 | extern int ide_ata66_check(ide_drive_t *, ide_task_t *); | 991 | extern int ide_ata66_check(ide_drive_t *, ide_task_t *); |
992 | extern int ide_config_drive_speed(ide_drive_t *, u8); | 992 | extern int ide_config_drive_speed(ide_drive_t *, u8); |
993 | extern u8 eighty_ninty_three (ide_drive_t *); | 993 | extern u8 eighty_ninty_three (ide_drive_t *); |
994 | extern int set_transfer(ide_drive_t *, ide_task_t *); | ||
995 | extern int taskfile_lib_get_identify(ide_drive_t *drive, u8 *); | 994 | extern int taskfile_lib_get_identify(ide_drive_t *drive, u8 *); |
996 | 995 | ||
997 | extern int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout); | 996 | extern int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout); |