diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-08-04 04:53:00 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-08-04 04:53:00 -0400 |
commit | e1b004c3ef9c59db5f013528628b51c8653155ec (patch) | |
tree | 2c60763d361df84131852c3351c7fc0cd754614d /include/linux/delay.h | |
parent | af5ab277ded04bd9bc6b048c5a2f0e7d70ef0867 (diff) |
Revert "timer: Added usleep[_range] timer"
This reverts commit 22b8f15c2f7130bb0386f548428df2ffd4e81903 to merge
an advanced version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/delay.h')
-rw-r--r-- | include/linux/delay.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/delay.h b/include/linux/delay.h index 0e303d1aacd8..fd832c6d419e 100644 --- a/include/linux/delay.h +++ b/include/linux/delay.h | |||
@@ -45,12 +45,6 @@ extern unsigned long lpj_fine; | |||
45 | void calibrate_delay(void); | 45 | void calibrate_delay(void); |
46 | void msleep(unsigned int msecs); | 46 | void msleep(unsigned int msecs); |
47 | unsigned long msleep_interruptible(unsigned int msecs); | 47 | unsigned long msleep_interruptible(unsigned int msecs); |
48 | void usleep_range(unsigned long min, unsigned long max); | ||
49 | |||
50 | static inline void usleep(unsigned long usecs) | ||
51 | { | ||
52 | usleep_range(usecs, usecs); | ||
53 | } | ||
54 | 48 | ||
55 | static inline void ssleep(unsigned int seconds) | 49 | static inline void ssleep(unsigned int seconds) |
56 | { | 50 | { |