[PATCH] tools: compiler.h: remove duplicate #ifndef noinline block
From: Rasmus Villemoes
Date: Fri Oct 15 2021 - 04:31:54 EST
The same three lines also appear a bit earlier in the same file.
Signed-off-by: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
---
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