diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2009-01-02 10:12:56 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-02 10:12:56 -0500 |
commit | 28ad91db77755f1c49d79652de11b28ee2cfbf03 (patch) | |
tree | 927c7bc473463c331824cef80bd285e43c4debc7 /include/linux/ide.h | |
parent | 65a3309e552585c4908e50e3c9736afb764c97c0 (diff) |
ide-atapi: remove timeout arg to ide_issue_pc
There should be no functionality change resulting from this patch.
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ad57a4492941..db5ef8ae1ab9 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1250,7 +1250,7 @@ int ide_cd_expiry(ide_drive_t *); | |||
1250 | 1250 | ||
1251 | int ide_cd_get_xferlen(struct request *); | 1251 | int ide_cd_get_xferlen(struct request *); |
1252 | 1252 | ||
1253 | ide_startstop_t ide_issue_pc(ide_drive_t *, unsigned int); | 1253 | ide_startstop_t ide_issue_pc(ide_drive_t *); |
1254 | 1254 | ||
1255 | ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); | 1255 | ide_startstop_t do_rw_taskfile(ide_drive_t *, ide_task_t *); |
1256 | 1256 | ||