Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

util_macros.h: make the header more resilient

Add missing header inclusions.

Link: https://lkml.kernel.org/r/20250428072754.3265274-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Andy Shevchenko and committed by
Andrew Morton
60309008 3fc567e4

+3
+3
include/linux/util_macros.h
··· 2 2 #ifndef _LINUX_HELPER_MACROS_H_ 3 3 #define _LINUX_HELPER_MACROS_H_ 4 4 5 + #include <linux/compiler_attributes.h> 5 6 #include <linux/math.h> 7 + #include <linux/typecheck.h> 8 + #include <linux/stddef.h> 6 9 7 10 /** 8 11 * for_each_if - helper for handling conditionals in various for_each macros