ide: remove REQ_TYPE_ATA_CMD
[pandora-kernel.git] / include / linux / blkdev.h
index bd20a4e..49b7a4c 100644 (file)
@@ -143,7 +143,6 @@ enum rq_cmd_type_bits {
         * use REQ_TYPE_SPECIAL and use rq->cmd[0] with the range of driver
         * private REQ_LB opcodes to differentiate what type of request this is
         */
-       REQ_TYPE_ATA_CMD,
        REQ_TYPE_ATA_TASKFILE,
        REQ_TYPE_ATA_PC,
 };