aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 9476939101be..2d0c7afd5e58 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1138,9 +1138,8 @@ void ide_kill_rq(ide_drive_t *, struct request *);
1138void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int); 1138void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int);
1139void ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int); 1139void ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int);
1140 1140
1141void ide_execute_command(ide_drive_t *, u8, ide_handler_t *, unsigned int); 1141void ide_execute_command(ide_drive_t *, struct ide_cmd *, ide_handler_t *,
1142 1142 unsigned int);
1143void ide_execute_pkt_cmd(ide_drive_t *);
1144 1143
1145void ide_pad_transfer(ide_drive_t *, int, int); 1144void ide_pad_transfer(ide_drive_t *, int, int);
1146 1145