[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211015083144.2767725-1-linux@rasmusvillemoes.dk>
Date: Fri, 15 Oct 2021 10:31:44 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Arnaldo Carvalho de Melo <acme@...hat.com>,
Miguel Ojeda <ojeda@...nel.org>
Cc: linux-kernel@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH] tools: compiler.h: remove duplicate #ifndef noinline block
The same three lines also appear a bit earlier in the same file.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
tools/include/linux/compiler.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tools/include/linux/compiler.h b/tools/include/linux/compiler.h
index ff872dc2637c..90ba44a99199 100644
--- a/tools/include/linux/compiler.h
+++ b/tools/include/linux/compiler.h
@@ -102,10 +102,6 @@
# define __init
#endif
-#ifndef noinline
-# define noinline
-#endif
-
#include <linux/types.h>
/*
--
2.31.1
Powered by blists - more mailing lists