diff options
| author | Jens Axboe <axboe@suse.de> | 2003-06-04 18:31:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-04 18:31:38 -0700 |
| commit | 98e6f1098d22f87640a96312d3024ffb8ca467f3 (patch) | |
| tree | 0d201deca6c2f34b6c36cfcbf36f57b2d8079ce3 /include/linux | |
| parent | 20189bf5c8551c7f37aae2f383dd959c8b257c47 (diff) | |
[PATCH] kill old stuff
and fix the start/stop thing as well. I think this is all of them.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 03691501d68f..fd211093a374 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -431,7 +431,6 @@ extern void blk_queue_max_hw_segments(request_queue_t *, unsigned short); extern void blk_queue_max_segment_size(request_queue_t *, unsigned int); extern void blk_queue_hardsect_size(request_queue_t *, unsigned short); extern void blk_queue_segment_boundary(request_queue_t *, unsigned long); -extern void blk_queue_assign_lock(request_queue_t *, spinlock_t *); extern void blk_queue_prep_rq(request_queue_t *, prep_rq_fn *pfn); extern void blk_queue_merge_bvec(request_queue_t *, merge_bvec_fn *); extern void blk_queue_dma_alignment(request_queue_t *, int); |
