lkml.org 
[lkml]   [2022]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC PATCH 15/15] delay: remove the fallback for fsleep
Date
All users are converted to usleep_autoyield now.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
RFC, please do not apply yet

include/linux/delay.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/delay.h b/include/linux/delay.h
index d0919f52fec8..f1bf8d4103c0 100644
--- a/include/linux/delay.h
+++ b/include/linux/delay.h
@@ -88,6 +88,4 @@ static inline void usleep_autoyield(unsigned long usecs)
msleep(DIV_ROUND_UP(usecs, 1000));
}

-#define fsleep usleep_autoyield
-
#endif /* defined(_LINUX_DELAY_H) */
--
2.34.1
\
 
 \ /
  Last update: 2022-03-21 17:14    [W:0.066 / U:0.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site