block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.h
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Apr 2015 20:37:17 +0000 (22:37 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 5 May 2015 19:40:05 +0000 (13:40 -0600)
These values are only used by the IDE driver, so move them into it
by allowing drivers to take cmd_type values after the first private
one.  Note that we have to turn cmd_type into a plain unsigned integer
so that gcc doesn't complain about mismatching enum types.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/blkdev.h
include/linux/ide.h

Simple merge
Simple merge