]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/workqueue.c
cciss: initialize struct scsi_req
[karo-tx-linux.git] / kernel / workqueue.c
index c74bf39ef7643fdc4ecc219aa25b58feabcd91f3..a86688fabc55c4a4ec2bad843f6dc1e0e411f2d1 100644 (file)
@@ -2864,11 +2864,11 @@ bool flush_work(struct work_struct *work)
 EXPORT_SYMBOL_GPL(flush_work);
 
 struct cwt_wait {
-       wait_queue_t            wait;
+       wait_queue_entry_t              wait;
        struct work_struct      *work;
 };
 
-static int cwt_wakefn(wait_queue_t *wait, unsigned mode, int sync, void *key)
+static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key)
 {
        struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait);