diff options
Diffstat (limited to 'tools/include/linux/compiler.h')
| -rw-r--r-- | tools/include/linux/compiler.h | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/include/linux/compiler.h b/tools/include/linux/compiler.h index 2b3f7353e891..ff872dc2637c 100644 --- a/tools/include/linux/compiler.h +++ b/tools/include/linux/compiler.h @@ -2,9 +2,7 @@  #ifndef _TOOLS_LINUX_COMPILER_H_  #define _TOOLS_LINUX_COMPILER_H_ -#ifdef __GNUC__ -#include <linux/compiler-gcc.h> -#endif +#include <linux/compiler_types.h>  #ifndef __compiletime_error  # define __compiletime_error(message) @@ -47,9 +45,6 @@  #ifndef noinline  #define noinline  #endif -#ifndef __no_tail_call -#define __no_tail_call -#endif  /* Are two types/vars the same type (ignoring qualifiers)? */  #ifndef __same_type  | 
