mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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>
This commit is contained in:
parent
3fc567e4c0
commit
60309008e1
|
|
@ -2,7 +2,10 @@
|
|||
#ifndef _LINUX_HELPER_MACROS_H_
|
||||
#define _LINUX_HELPER_MACROS_H_
|
||||
|
||||
#include <linux/compiler_attributes.h>
|
||||
#include <linux/math.h>
|
||||
#include <linux/typecheck.h>
|
||||
#include <linux/stddef.h>
|
||||
|
||||
/**
|
||||
* for_each_if - helper for handling conditionals in various for_each macros
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user