diff options
author | Christoph Hellwig <hch@lst.de> | 2015-04-17 22:37:20 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-05 13:40:42 -0600 |
commit | a7928c1578c550bd6f4dec62d65132e6db226c57 (patch) | |
tree | 1a9a13abf0679e7dc4e1e5124cd4fcb3c0ac1265 /block/blk.h | |
parent | ac7cdff00a33d48d27217560fa3b16d802e5f535 (diff) | |
download | op-kernel-dev-a7928c1578c550bd6f4dec62d65132e6db226c57.zip op-kernel-dev-a7928c1578c550bd6f4dec62d65132e6db226c57.tar.gz |
block: move PM request support to IDE
This removes the request types and hacks from the block code and into the
old IDE driver. There is a small amunt of code duplication due to this,
but it's not too bad.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk.h b/block/blk.h index 43b0361..4b48d55 100644 --- a/block/blk.h +++ b/block/blk.h @@ -193,8 +193,6 @@ int blk_try_merge(struct request *rq, struct bio *bio); void blk_queue_congestion_threshold(struct request_queue *q); -void __blk_run_queue_uncond(struct request_queue *q); - int blk_dev_init(void); |