]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/loop.h
sdhci: use PIO when DMA can't satisfy the request
[linux-2.6-omap-h63xx.git] / include / linux / loop.h
index 191a595055f0063db70032a2074d8addb5eb0ad9..26a0a103898f15bd755a7df696e3b9c52ec717cb 100644 (file)
@@ -63,7 +63,9 @@ struct loop_device {
        struct task_struct      *lo_thread;
        wait_queue_head_t       lo_event;
 
-       request_queue_t         *lo_queue;
+       struct request_queue    *lo_queue;
+       struct gendisk          *lo_disk;
+       struct list_head        lo_list;
 };
 
 #endif /* __KERNEL__ */