Commit 60309008 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Andrew Morton
Browse files

util_macros.h: make the header more resilient

parent 3fc567e4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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