Skip to content

Commit

Permalink
block: remove dead func declaration
Browse files Browse the repository at this point in the history
__generic_unplug_device() function is removed with commit
7eaceac, which forgot to
remove the declaration at meantime. Here remove it.

Signed-off-by: Yuanhan Liu <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Yuanhan Liu authored and axboe committed Aug 1, 2012
1 parent c83f6bf commit 80799fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/blk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80799fb

Please sign in to comment.