Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / linux / util_macros.h
index 43db6e47503c725b69c2c148fe1f190c0c26aa9d..6bb460c3e818b3508c09a745113704d514c95909 100644 (file)
@@ -2,6 +2,8 @@
 #ifndef _LINUX_HELPER_MACROS_H_
 #define _LINUX_HELPER_MACROS_H_
 
+#include <linux/math.h>
+
 #define __find_closest(x, a, as, op)                                   \
 ({                                                                     \
        typeof(as) __fc_i, __fc_as = (as) - 1;                          \