[BLOCK] Get rid of request_queue_t typedef
[deliverable/linux.git] / drivers / block / aoe / aoeblk.c
index 4f598270fa31cd35f26d05c9ed11d3cb92915ffe..007faaf008e7863bc6da15c1ec402813ec5df400 100644 (file)
@@ -125,7 +125,7 @@ aoeblk_release(struct inode *inode, struct file *filp)
 }
 
 static int
-aoeblk_make_request(request_queue_t *q, struct bio *bio)
+aoeblk_make_request(struct request_queue *q, struct bio *bio)
 {
        struct aoedev *d;
        struct buf *buf;
This page took 0.091061 seconds and 5 git commands to generate.