diff options
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | 2012-08-01 06:25:54 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-08-01 06:25:54 -0400 |
commit | 80799fbb7d10c30df78015b3fa21f7ffcfc0eb2c (patch) | |
tree | 402a48c3642d9bc164204408e8353ce98ee2371e /block | |
parent | c83f6bf98dc1f1a194118b3830706cebbebda8c4 (diff) |
block: remove dead func declaration
__generic_unplug_device() function is removed with commit
7eaceaccab5f40bbfda044629a6298616aeaed50, which forgot to
remove the declaration at meantime. Here remove it.
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk.h b/block/blk.h index a134231fd22a..2a0ea32d249f 100644 --- a/block/blk.h +++ b/block/blk.h | |||
@@ -36,7 +36,6 @@ bool __blk_end_bidi_request(struct request *rq, int error, | |||
36 | void blk_rq_timed_out_timer(unsigned long data); | 36 | void blk_rq_timed_out_timer(unsigned long data); |
37 | void blk_delete_timer(struct request *); | 37 | void blk_delete_timer(struct request *); |
38 | void blk_add_timer(struct request *); | 38 | void blk_add_timer(struct request *); |
39 | void __generic_unplug_device(struct request_queue *); | ||
40 | 39 | ||
41 | /* | 40 | /* |
42 | * Internal atomic flags for request handling | 41 | * Internal atomic flags for request handling |