diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-10-17 14:03:08 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-10-17 14:03:08 +0200 |
commit | f73e2d13a16cc88c4faa4729967f92bfeec8a142 (patch) | |
tree | 6844c0e85b9b4ecdc8f2fc30ce8e7d2152d0c417 /block/blk.h | |
parent | 713ada9ba94f2ad874cffd074b83e3dc681ca82f (diff) | |
download | linux-f73e2d13a16cc88c4faa4729967f92bfeec8a142.tar.bz2 |
block: remove __generic_unplug_device() from exports
The only out-of-core user is IDE, and that should be using
blk_start_queueing() instead.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk.h b/block/blk.h index e5c579769963..d2e49af90db5 100644 --- a/block/blk.h +++ b/block/blk.h @@ -20,6 +20,7 @@ void blk_unplug_timeout(unsigned long data); 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 |