lkml.org 
[lkml]   [2021]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] tools: compiler.h: remove duplicate #ifndef noinline block
Date
The same three lines also appear a bit earlier in the same file.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.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
\
 
 \ /
  Last update: 2021-10-15 10:32    [W:0.039 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site