[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230721133932.12679-1-andriy.shevchenko@linux.intel.com>
Date: Fri, 21 Jul 2023 16:39:32 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Herve Codina <herve.codina@...tlin.com>,
"Jason A. Donenfeld" <Jason@...c4.com>,
linux-kernel@...r.kernel.org
Cc: Rasmus Villemoes <linux@...musvillemoes.dk>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH v1 1/1] minmax: Fix header inclusions
BUILD_BUG_ON*() are defined in build_bug.h.
It also provides __UNIQUE_ID() that is defined
in the compiler.h.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
---
include/linux/minmax.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/minmax.h b/include/linux/minmax.h
index 798c6963909f..049480235e53 100644
--- a/include/linux/minmax.h
+++ b/include/linux/minmax.h
@@ -2,6 +2,7 @@
#ifndef _LINUX_MINMAX_H
#define _LINUX_MINMAX_H
+#include <linux/build_bug.h>
#include <linux/const.h>
/*
--
2.40.0.1.gaa8946217a0b
Powered by blists - more mailing lists