Revert "timer: Added usleep[_range] timer"
This reverts commit 22b8f15c2f
to merge
an advanced version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -45,12 +45,6 @@ extern unsigned long lpj_fine;
|
||||
void calibrate_delay(void);
|
||||
void msleep(unsigned int msecs);
|
||||
unsigned long msleep_interruptible(unsigned int msecs);
|
||||
void usleep_range(unsigned long min, unsigned long max);
|
||||
|
||||
static inline void usleep(unsigned long usecs)
|
||||
{
|
||||
usleep_range(usecs, usecs);
|
||||
}
|
||||
|
||||
static inline void ssleep(unsigned int seconds)
|
||||
{
|
||||
|
Reference in New Issue
Block a user