[BLOCK] Get rid of request_queue_t typedef
[linux-2.6-block.git] / include / asm-arm / arch-omap / mailbox.h
index 4bf0909461f2b0f14a4f0a6f336911bdbe7f8e5e..7cbed9332e169f36854349048051cf02b979144e 100644 (file)
@@ -37,7 +37,7 @@ struct omap_mbox_ops {
 
 struct omap_mbox_queue {
        spinlock_t              lock;
-       request_queue_t         *queue;
+       struct request_queue    *queue;
        struct work_struct      work;
        int     (*callback)(void *);
        struct omap_mbox        *mbox;