From: Andy Shevchenko Date: Mon, 28 Apr 2025 07:27:54 +0000 (+0300) Subject: util_macros.h: make the header more resilient X-Git-Tag: v6.16-rc1~92^2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60309008e1e2b2d4bff3c2475b0c74faf395f787;p=thirdparty%2Flinux.git 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 Signed-off-by: Andrew Morton --- diff --git a/include/linux/util_macros.h b/include/linux/util_macros.h index 3b570b765b750..76ca2b83c13e0 100644 --- a/include/linux/util_macros.h +++ b/include/linux/util_macros.h @@ -2,7 +2,10 @@ #ifndef _LINUX_HELPER_MACROS_H_ #define _LINUX_HELPER_MACROS_H_ +#include #include +#include +#include /** * for_each_if - helper for handling conditionals in various for_each macros