[PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions

From: Andy Shevchenko
Date: Wed Oct 27 2021 - 11:03:37 EST


When kernel.h is used in the headers it adds a lot into dependency hell,
especially when there are circular dependencies are involved.

Replace kernel.h inclusion with the list of what is really being used.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
include/linux/delay.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/delay.h b/include/linux/delay.h
index 1d0e2ce6b6d9..8eacf67eb212 100644
--- a/include/linux/delay.h
+++ b/include/linux/delay.h
@@ -19,7 +19,7 @@
* https://lists.openwall.net/linux-kernel/2011/01/09/56
*/

-#include <linux/kernel.h>
+#include <linux/math.h>

extern unsigned long loops_per_jiffy;

--
2.33.0