X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fblock%2Fcciss.h;h=15e2b84734e3ad68df867b26a47b98ea9e982326;hb=31e6e2dac575c9d21a6ec56ca52ae89086baa705;hp=24a7efa993ab5d1dd655c68c60e57b41a6f5ebdc;hpb=2879a927bb7a3cf91ae3906a5e59215f9c17dd75;p=linux-2.6-omap-h63xx.git diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index 24a7efa993a..15e2b84734e 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h @@ -89,8 +89,8 @@ struct ctlr_info struct access_method access; /* queue and queue Info */ - CommandList_struct *reqQ; - CommandList_struct *cmpQ; + struct hlist_head reqQ; + struct hlist_head cmpQ; unsigned int Qdepth; unsigned int maxQsinceinit; unsigned int maxSG;