[BLOCK] Get rid of request_queue_t typedef
[linux-block.git] / drivers / cdrom / cdrom.c
index 499019bf8f40f6bd8a97218bb7116352f686b481..67ee3d4b2878c1d2916dbc55f1d60757add33951 100644 (file)
@@ -2094,7 +2094,7 @@ out:
 static int cdrom_read_cdda_bpc(struct cdrom_device_info *cdi, __u8 __user *ubuf,
                               int lba, int nframes)
 {
-       request_queue_t *q = cdi->disk->queue;
+       struct request_queue *q = cdi->disk->queue;
        struct request *rq;
        struct bio *bio;
        unsigned int len;