]> Pileus Git - ~andy/linux/blobdiff - include/linux/ide.h
ide: remove BUG() from ide_complete_rq()
[~andy/linux] / include / linux / ide.h
index 32369d5797de7eacae1f0e295a89c59558700908..bb62bfaf02e0d520485d51ce7c47492ba0f734b0 100644 (file)
@@ -1166,7 +1166,7 @@ extern int ide_devset_execute(ide_drive_t *drive,
                              const struct ide_devset *setting, int arg);
 
 void ide_complete_cmd(ide_drive_t *, struct ide_cmd *, u8, u8);
-void ide_complete_rq(ide_drive_t *, int);
+int ide_complete_rq(ide_drive_t *, int);
 
 void ide_tf_dump(const char *, struct ide_taskfile *);