diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-11-19 22:01:35 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2005-11-19 22:01:35 +0100 |
commit | 071ffcc0f7dd8df871f443be3f5059f05da528e2 (patch) | |
tree | 319a5607b382a3515d9e6fea04a6ee4b116c9efc /include/linux | |
parent | 84e7b9e94b474d40582090b7e09139f0029cff2c (diff) | |
download | linux-3.10-071ffcc0f7dd8df871f443be3f5059f05da528e2.tar.gz linux-3.10-071ffcc0f7dd8df871f443be3f5059f05da528e2.tar.bz2 linux-3.10-071ffcc0f7dd8df871f443be3f5059f05da528e2.zip |
[PATCH] ide: remove unused ide_action_t:ide_next
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-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 e74ee4f7fcd..a39c3c59789 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 *); */ typedef enum { ide_wait, /* insert rq at end of list, and wait for it */ - ide_next, /* insert rq immediately after current request */ ide_preempt, /* insert rq in front of current request */ ide_head_wait, /* insert rq in front of current request and wait for it */ ide_end /* insert rq at end of list, but don't wait for it */ |