[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220321161223.2837-16-wsa+renesas@sang-engineering.com>
Date: Mon, 21 Mar 2022 17:12:23 +0100
From: Wolfram Sang <wsa+renesas@...g-engineering.com>
To: linux-kernel@...r.kernel.org
Cc: linux-renesas-soc@...r.kernel.org,
Heiner Kallweit <hkallweit1@...il.com>,
Wolfram Sang <wsa+renesas@...g-engineering.com>
Subject: [RFC PATCH 15/15] delay: remove the fallback for fsleep
All users are converted to usleep_autoyield now.
Signed-off-by: Wolfram Sang <wsa+renesas@...g-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
Powered by blists - more mailing lists