Added PKEVENT to wake_up.
Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h

Modified: trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h
--- trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h	2005-05-21 01:34:50 UTC (rev 15443)
+++ trunk/reactos/drivers/usb/cromwell/linux/linux_wrapper.h	2005-05-21 01:39:32 UTC (rev 15444)
@@ -757,7 +757,7 @@
 {
 	/* Wake up x->wait */
 	p->done++;
-	wake_up(&p->wait);
+	wake_up((PKEVENT)&p->wait);
 }
 
 #define kernel_thread(a,b,c) my_kernel_thread(a,b,c)