Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block
[pandora-kernel.git] / drivers / block / cciss.h
index 4b8933d..579f749 100644 (file)
@@ -103,8 +103,8 @@ struct ctlr_info
        struct access_method access;
 
        /* queue and queue Info */ 
-       struct hlist_head reqQ;
-       struct hlist_head cmpQ;
+       struct list_head reqQ;
+       struct list_head cmpQ;
        unsigned int Qdepth;
        unsigned int maxQsinceinit;
        unsigned int maxSG;