public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions
@ 2021-10-27 15:03 Andy Shevchenko
  2021-10-27 23:15 ` kernel test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andy Shevchenko @ 2021-10-27 15:03 UTC (permalink / raw)
  To: Andy Shevchenko, linux-kernel; +Cc: Andrew Morton

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@linux.intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-10-28 17:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 15:03 [PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions Andy Shevchenko
2021-10-27 23:15 ` kernel test robot
2021-10-27 23:43   ` Andrew Morton
2021-10-28  2:36 ` kernel test robot
2021-10-28 15:30 ` Guenter Roeck
2021-10-28 15:58   ` Andy Shevchenko
2021-10-28 16:28     ` Guenter Roeck
2021-10-28 16:50       ` Andy Shevchenko
2021-10-28 16:52         ` Andy Shevchenko
2021-10-28 17:00           ` Andy Shevchenko
2021-10-28 17:16             ` Guenter Roeck
2021-10-28 17:29             ` Guenter Roeck
2021-10-28 17:06         ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox