diff options
Diffstat (limited to 'arch/s390/include/asm/ftrace.h')
| -rw-r--r-- | arch/s390/include/asm/ftrace.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/include/asm/ftrace.h b/arch/s390/include/asm/ftrace.h index 64053d9ac3f2..836c56290499 100644 --- a/arch/s390/include/asm/ftrace.h +++ b/arch/s390/include/asm/ftrace.h | |||
| @@ -12,9 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | #ifndef __ASSEMBLY__ | 13 | #ifndef __ASSEMBLY__ |
| 14 | 14 | ||
| 15 | unsigned long return_address(int depth); | 15 | #define ftrace_return_address(n) __builtin_return_address(n) |
| 16 | |||
| 17 | #define ftrace_return_address(n) return_address(n) | ||
| 18 | 16 | ||
| 19 | void _mcount(void); | 17 | void _mcount(void); |
| 20 | void ftrace_caller(void); | 18 | void ftrace_caller(void); |
