projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb31228
)
tools compiler.h: Remove duplicate #ifndef noinline block
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Fri, 15 Oct 2021 08:31:44 +0000
(10:31 +0200)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sat, 12 Mar 2022 14:00:57 +0000
(11:00 -0300)
The same three lines also appear a bit earlier in the same file.
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Ard Biesheuvel <ardb@kernel.org>
Link:
https://lore.kernel.org/r/20211015083144.2767725-1-linux@rasmusvillemoes.dk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/compiler.h
patch
|
blob
|
history
diff --git
a/tools/include/linux/compiler.h
b/tools/include/linux/compiler.h
index ff872dc2637c54991faffb39657052ac49c3a80c..90ba44a99199732c986d70e9fcf6fab30e82a811 100644
(file)
--- 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>
/*