diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index e74ee4f7fcdc..a39c3c59789d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -1201,7 +1201,6 @@ extern u64 ide_get_error_location(ide_drive_t *, char *); | |||
| 1201 | */ | 1201 | */ |
| 1202 | typedef enum { | 1202 | typedef enum { |
| 1203 | ide_wait, /* insert rq at end of list, and wait for it */ | 1203 | ide_wait, /* insert rq at end of list, and wait for it */ |
| 1204 | ide_next, /* insert rq immediately after current request */ | ||
| 1205 | ide_preempt, /* insert rq in front of current request */ | 1204 | ide_preempt, /* insert rq in front of current request */ |
| 1206 | ide_head_wait, /* insert rq in front of current request and wait for it */ | 1205 | ide_head_wait, /* insert rq in front of current request and wait for it */ |
| 1207 | ide_end /* insert rq at end of list, but don't wait for it */ | 1206 | ide_end /* insert rq at end of list, but don't wait for it */ |
