Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80799fbb authored by Yuanhan Liu's avatar Yuanhan Liu Committed by Jens Axboe
Browse files

block: remove dead func declaration



__generic_unplug_device() function is removed with commit
7eaceacc, which forgot to
remove the declaration at meantime. Here remove it.

Signed-off-by: default avatarYuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c83f6bf9
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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_rq_timed_out_timer(unsigned long data);
void blk_delete_timer(struct request *);
void blk_delete_timer(struct request *);
void blk_add_timer(struct request *);
void blk_add_timer(struct request *);
void __generic_unplug_device(struct request_queue *);


/*
/*
 * Internal atomic flags for request handling
 * Internal atomic flags for request handling