Commit 7177a479 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Arnaldo Carvalho de Melo
Browse files

tools compiler.h: Remove duplicate #ifndef noinline block



The same three lines also appear a bit earlier in the same file.

Reviewed-by: default avatarMiguel Ojeda <ojeda@kernel.org>
Signed-off-by: default avatarRasmus 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent eb31228b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -102,10 +102,6 @@
# define __init
#endif

#ifndef noinline
# define noinline
#endif

#include <linux/types.h>

/*