From: Yuanhan Liu Date: Wed, 1 Aug 2012 10:25:54 +0000 (+0200) Subject: block: remove dead func declaration X-Git-Tag: v3.6-rc1~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80799fbb7d10c30df78015b3fa21f7ffcfc0eb2c;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Signed-off-by: Jens Axboe --- diff --git a/block/blk.h b/block/blk.h index a134231..2a0ea32 100644 --- a/block/blk.h +++ b/block/blk.h @@ -36,7 +36,6 @@ bool __blk_end_bidi_request(struct request *rq, int error, void blk_rq_timed_out_timer(unsigned long data); void blk_delete_timer(struct request *); void blk_add_timer(struct request *); -void __generic_unplug_device(struct request_queue *); /* * Internal atomic flags for request handling