mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
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:
parent
af5ab277de
commit
e1b004c3ef
2 changed files with 0 additions and 28 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue