]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/block/cciss.h
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / block / cciss.h
index 4b8933d778f154169e191938d83c3b4115d291cc..579f7491849304cfc311ed9a9e46580013e116b7 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;