diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index f7fc53d1a810..449a1094700f 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1188,9 +1188,7 @@ static inline unsigned long ide_scsi_get_timeout(struct ide_atapi_pc *pc) | |||
1188 | 1188 | ||
1189 | int ide_scsi_expiry(ide_drive_t *); | 1189 | int ide_scsi_expiry(ide_drive_t *); |
1190 | 1190 | ||
1191 | ide_startstop_t ide_pc_intr(ide_drive_t *drive, ide_handler_t *handler); | 1191 | ide_startstop_t ide_transfer_pc(ide_drive_t *, unsigned int, ide_expiry_t *); |
1192 | ide_startstop_t ide_transfer_pc(ide_drive_t *, | ||
1193 | ide_handler_t *, unsigned int, ide_expiry_t *); | ||
1194 | ide_startstop_t ide_issue_pc(ide_drive_t *, | 1192 | ide_startstop_t ide_issue_pc(ide_drive_t *, |
1195 | ide_handler_t *, unsigned int, ide_expiry_t *); | 1193 | ide_handler_t *, unsigned int, ide_expiry_t *); |
1196 | 1194 | ||