diff options
Diffstat (limited to 'arch/s390/kernel/ftrace.c')
| -rw-r--r-- | arch/s390/kernel/ftrace.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/kernel/ftrace.c b/arch/s390/kernel/ftrace.c index 27477f34cc0a..d03a6d12c4bd 100644 --- a/arch/s390/kernel/ftrace.c +++ b/arch/s390/kernel/ftrace.c @@ -173,6 +173,8 @@ int __init ftrace_dyn_arch_init(void)  	return 0;  } +#ifdef CONFIG_MODULES +  static int __init ftrace_plt_init(void)  {  	unsigned int *ip; @@ -191,6 +193,8 @@ static int __init ftrace_plt_init(void)  }  device_initcall(ftrace_plt_init); +#endif /* CONFIG_MODULES */ +  #ifdef CONFIG_FUNCTION_GRAPH_TRACER  /*   * Hook the return address and push it in the stack of return addresses  | 
