ChangeSet 1.1106, 2003/02/18 16:27:45-08:00, greg@kroah.com [PATCH] USB: added sched.h to usb.h Thanks to Matt Wilcox for the info. diff -Nru a/include/linux/usb.h b/include/linux/usb.h --- a/include/linux/usb.h Tue Feb 18 16:35:55 2003 +++ b/include/linux/usb.h Tue Feb 18 16:35:55 2003 @@ -17,6 +17,7 @@ #include /* for struct device */ #include /* for struct file_operations */ #include /* for struct completion */ +#include /* for current && schedule_timeout */ static __inline__ void wait_ms(unsigned int ms)