diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h index 9efb884aad55..01dd58c74d80 100644 --- a/include/linux/compiler_types.h +++ b/include/linux/compiler_types.h @@ -231,10 +231,6 @@ struct ftrace_likely_data { # define __noscs #endif -#ifndef __norecordmcount -# define __norecordmcount -#endif - #ifndef asm_volatile_goto #define asm_volatile_goto(x...) asm goto(x) #endif