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

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.dkSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent eb31228b
......@@ -102,10 +102,6 @@
# define __init
#endif
#ifndef noinline
# define noinline
#endif
#include <linux/types.h>
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment