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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index bb62bfaf02e0..cbfb64fdeda7 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1166,7 +1166,7 @@ extern int ide_devset_execute(ide_drive_t *drive,
1166 const struct ide_devset *setting, int arg); 1166 const struct ide_devset *setting, int arg);
1167 1167
1168void ide_complete_cmd(ide_drive_t *, struct ide_cmd *, u8, u8); 1168void ide_complete_cmd(ide_drive_t *, struct ide_cmd *, u8, u8);
1169int ide_complete_rq(ide_drive_t *, int); 1169int ide_complete_rq(ide_drive_t *, int, unsigned int);
1170 1170
1171void ide_tf_dump(const char *, struct ide_taskfile *); 1171void ide_tf_dump(const char *, struct ide_taskfile *);
1172 1172