diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-18 00:27:45 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-02-18 00:27:45 -0800 |
| commit | f5889474a290f8a3fb9cef91045cc69ad359937c (patch) | |
| tree | 245e5814eeda9ce071ecc8dd251f4dec4aed5e39 | |
| parent | 74525588f09bedefe125cf9ef3a6a95f9cb2403b (diff) | |
[PATCH] USB: added sched.h to usb.h
Thanks to Matt Wilcox for the info.
| -rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index bec58dddacef..52d7070ffa42 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -17,6 +17,7 @@ #include <linux/device.h> /* for struct device */ #include <linux/fs.h> /* for struct file_operations */ #include <linux/completion.h> /* for struct completion */ +#include <linux/sched.h> /* for current && schedule_timeout */ static __inline__ void wait_ms(unsigned int ms) |
