[BLOCK] Get rid of request_queue_t typedef
[deliverable/linux.git] / drivers / s390 / block / xpram.c
index a04d9120cef0111970cb4980235781a0f76a8a2c..354a060e5bec79ca29f5873607ce8989936c3e7b 100644 (file)
@@ -191,7 +191,7 @@ static unsigned long __init xpram_highest_page_index(void)
 /*
  * Block device make request function.
  */
-static int xpram_make_request(request_queue_t *q, struct bio *bio)
+static int xpram_make_request(struct request_queue *q, struct bio *bio)
 {
        xpram_device_t *xdev = bio->bi_bdev->bd_disk->private_data;
        struct bio_vec *bvec;
This page took 0.024276 seconds and 5 git commands to generate.