]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ide: remove unused ide_action_t:ide_next
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 19 Nov 2005 21:01:35 +0000 (22:01 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 19 Nov 2005 21:01:35 +0000 (22:01 +0100)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-io.c
include/linux/ide.h

index 5275cbb1afe9c790fe9b427c0c916dcfa7c4b9a3..ecfafcdafea41ec8a776796e3c9f0e93aa6b1b15 100644 (file)
@@ -1629,12 +1629,6 @@ EXPORT_SYMBOL(ide_init_drive_cmd);
  *     for the new rq to be completed.  This is VERY DANGEROUS, and is
  *     intended for careful use by the ATAPI tape/cdrom driver code.
  *
- *     If action is ide_next, then the rq is queued immediately after
- *     the currently-being-processed-request (if any), and the function
- *     returns without waiting for the new rq to be completed.  As above,
- *     This is VERY DANGEROUS, and is intended for careful use by the
- *     ATAPI tape/cdrom driver code.
- *
  *     If action is ide_end, then the rq is queued at the end of the
  *     request queue, and the function returns immediately without waiting
  *     for the new rq to be completed. This is again intended for careful
index e74ee4f7fcdc6f2b75bfb301fc65ab4d3c13725a..a39c3c59789dafb60913744b8c143ac1fb5c2be1 100644 (file)
@@ -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 */