__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....@linux.intel.com> --- block/blk.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/block/blk.h b/block/blk.h index 85f6ae4..a62195b 100644 --- a/block/blk.h +++ b/block/blk.h @@ -33,7 +33,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 -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/