tools compiler.h: Remove duplicate #ifndef noinline block

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>
This commit is contained in:
Rasmus Villemoes 2021-10-15 10:31:44 +02:00 committed by Arnaldo Carvalho de Melo
parent eb31228b1d
commit 7177a47926
1 changed files with 0 additions and 4 deletions

View File

@ -102,10 +102,6 @@
# define __init
#endif
#ifndef noinline
# define noinline
#endif
#include <linux/types.h>
/*