]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/block/rd.c
[BLOCK] Get rid of request_queue_t typedef
[net-next-2.6.git] / drivers / block / rd.c
index a1512da3241069b7abc5f7395da5a098fdc57e0b..65150b548f3a5c53669a106186ec586eb93eeb94 100644 (file)
@@ -264,7 +264,7 @@ static int rd_blkdev_pagecache_IO(int rw, struct bio_vec *vec, sector_t sector,
  * 19-JAN-1998  Richard Gooch <rgooch@atnf.csiro.au>  Added devfs support
  *
  */
-static int rd_make_request(request_queue_t *q, struct bio *bio)
+static int rd_make_request(struct request_queue *q, struct bio *bio)
 {
        struct block_device *bdev = bio->bi_bdev;
        struct address_space * mapping = bdev->bd_inode->i_mapping;